| getLineHeight |
NavigationRowProperties.getLineHeight( ) |
Line height. |
| setLineHeight |
NavigationRowProperties.setLineHeight( lineHeight ) |
Sets the line height, this is equivalent to the CSS line-height property and any valid value for this CSS property can be used. |
| getTextBold |
NavigationRowProperties.getTextBold( ) |
Text bold setting. |
| setTextBold |
NavigationRowProperties.setTextBold( textBold ) |
Sets the text bold setting. |
| getTextColor |
NavigationRowProperties.getTextColor( ) |
Text color. |
| setTextColor |
NavigationRowProperties.setTextColor( textColor ) |
Sets the text color, this is equivalent to the CSS color property and any valid value for this CSS property can be used. |
| getTextDecoration |
NavigationRowProperties.getTextDecoration( ) |
Text decoration property (shown as Lines in the designer). |
| setTextDecoration |
NavigationRowProperties.setTextDecoration( textDecoration ) |
Sets the text decoration property (shown as Lines in the designer). |
| getTextFont |
NavigationRowProperties.getTextFont( ) |
List of text fonts. |
| setTextFont |
NavigationRowProperties.setTextFont( textFont ) |
Sets the list of text fonts, this is equivalent to the CSS font-family property and any valid value for this CSS property can be used. |
| getTextItalic |
NavigationRowProperties.getTextItalic( ) |
Text italic setting. |
| setTextItalic |
NavigationRowProperties.setTextItalic( textItalic ) |
Sets the text italic setting. |
| getTextSize |
NavigationRowProperties.getTextSize( ) |
Text size. |
| setTextSize |
NavigationRowProperties.setTextSize( textSize ) |
Sets the text size, this is equivalent to the CSS font-size property and any valid value for this CSS property can be used. |