InfoProperties

The InfoProperties interface represents properties that apply to field help texts.

InfoProperties Functions

getHAlign InfoProperties.getHAlign( ) Horizontal alignment of the field help text when it is positioned underneath the field editor (see FieldControl#setHelpPos(int).
setHAlign InfoProperties.setHAlign( hAlign ) Sets the horizontal alignment of the field help text when it is positioned underneath the field editor (see FieldControl#setHelpPos(int).
getImageProperties InfoProperties.getImageProperties( ) Text properties for the help text.
getPopupBackgroundProperties InfoProperties.getPopupBackgroundProperties( ) Background properties for the popup help text window.
getPopupPaddingProperties InfoProperties.getPopupPaddingProperties( ) Padding properties for the help text.
getPopupTextProperties InfoProperties.getPopupTextProperties( ) Image properties for the clickable help image.
getPopupWindowProperties InfoProperties.getPopupWindowProperties( ) Properties for the popup help text window.

TextStyleProperties Functions

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.