TextStyleProperties

TextStyleProperties is one these types:

TextStyleProperties
AddRowButtonProperties
ArticleControl
AsideControl
BasicBlockControl
BootstrapColumnControl
BootstrapContainerControl
BootstrapRowControl
ButtonColumnControl
ButtonColumnProperties
ButtonControl
ButtonControlProperties
CellStyleProperties
ColumnStyleProperties
EbaseButtonControlProperties
EditorInputProperties
FieldColumnControl
FieldHyperlinkProperties
FileUploadControl
FileUploadTextControl
FinishButtonControl
FooterControl
FormHeaderProperties
GridCellControl
GridControl
GroupAndPageTextProperties
HeaderControl
HeadingControl
HyperlinkControl
HyperlinkStateProperties
ImageColumnControl
IndividualTabStateProperties
InfoProperties
InitiateUploadControl
ListControl
ListHyperlinkControl
ListItemControl
ListPanelControl
MainControl
MenuStateProperties
MessageStyleProperties
NavControl
NavigationBarStyleProperties
NavigationRowProperties
NextPageButtonControl
PageNavigationButtonStyle
PageNavigationPanel
PanelControl
PrevPageButtonControl
RepeatingStyleProperties
RepeatingTableControl
RepeatingTableListControl
RepeatingTableListRowControl
RepeatingTableRowControl
RestoreButtonControl
SaveButtonControl
SectionControl
TabAllStateProperties
TableCellStyleProperties
TableColumnHeaderProperties
TableColumnValuePatternProperties
TableControlStyleProperties
TableControlTextProperties
TabSetContentPanelProperties
TabSetControl
TextControl
TitleBarProperties

The TextStyleProperties interface represents common text styling properties. It is used to style all texts that appear in controls.

Further documentation.

TextStyleProperties Functions

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