public interface NavigationRowProperties extends PaddingStyleProperties, TextStyleProperties
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getHAlign()Horizontal alignment. | 
| void | setHAlign(java.lang.String hAlign)Sets horizontal alignment. | 
getAllPadding, getBottomPadding, getLeftPadding, getRightPadding, getTopPadding, setAllPadding, setBottomPadding, setLeftPadding, setRightPadding, setTopPaddinggetLineHeight, getTextBold, getTextColor, getTextDecoration, getTextFont, getTextItalic, getTextSize, setLineHeight, setTextBold, setTextColor, setTextDecoration, setTextFont, setTextItalic, setTextSizejava.lang.String getHAlign()
setHAlign(String) for details of supported values when setting this property.void setHAlign(java.lang.String hAlign)
Supported values:
| Value | Constant | 
|---|---|
| Center | ControlConstants.HORIZONTAL_ALIGNMENT_CENTER | 
| Left | ControlConstants.HORIZONTAL_ALIGNMENT_LEFT | 
| Right | ControlConstants.HORIZONTAL_ALIGNMENT_RIGHT |