getLineHeight |
InfoProperties.getLineHeight( ) |
Line height. |
setLineHeight |
InfoProperties.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 |
InfoProperties.getTextBold( ) |
Text bold setting. |
setTextBold |
InfoProperties.setTextBold( textBold ) |
Sets the text bold setting. |
getTextColor |
InfoProperties.getTextColor( ) |
Text color. |
setTextColor |
InfoProperties.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 |
InfoProperties.getTextDecoration( ) |
Text decoration property (shown as Lines in the designer). |
setTextDecoration |
InfoProperties.setTextDecoration( textDecoration ) |
Sets the text decoration property (shown as Lines in the designer). |
getTextFont |
InfoProperties.getTextFont( ) |
List of text fonts. |
setTextFont |
InfoProperties.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 |
InfoProperties.getTextItalic( ) |
Text italic setting. |
setTextItalic |
InfoProperties.setTextItalic( textItalic ) |
Sets the text italic setting. |
getTextSize |
InfoProperties.getTextSize( ) |
Text size. |
setTextSize |
InfoProperties.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. |
InfoProperties
interface represents properties that apply to field help texts.