TableControlTextProperties
TableControlTextProperties Functions
| getHAlign | TableControlTextProperties.getHAlign( ) | Text horizontal alignment. |
| setHAlign | TableControlTextProperties.setHAlign( hAlign ) | Sets the text horizontal alignment. |
BackgroundStyleProperties Functions
| getBackgroundColor | TableControlTextProperties.getBackgroundColor( ) | Background color. |
| setBackgroundColor | TableControlTextProperties.setBackgroundColor( backgroundColor ) | Sets the background color, this is equivalent to the CSS background-color property and any valid value for this CSS property can be used. |
| getBackgroundImage | TableControlTextProperties.getBackgroundImage( ) | URL of the background image. |
| setBackgroundImage | TableControlTextProperties.setBackgroundImage( backgroundImage ) | Sets the URL of the background image. |
| getBackgroundImagePosition | TableControlTextProperties.getBackgroundImagePosition( ) | Background image position. |
| setBackgroundImagePosition | TableControlTextProperties.setBackgroundImagePosition( backgroundImagePosition ) | Sets the background image position. |
| getBackgroundImageRepeat | TableControlTextProperties.getBackgroundImageRepeat( ) | Background image repeat property. |
| setBackgroundImageRepeat | TableControlTextProperties.setBackgroundImageRepeat( backgroundImageRepeat ) | Sets the background image repeat property. |
BorderStyleProperties Functions
| getBorderColor | TableControlTextProperties.getBorderColor( ) | Border color applied to all borders. |
| setBorderColor | TableControlTextProperties.setBorderColor( borderColor ) | Sets border color. |
| getBorderRadius | TableControlTextProperties.getBorderRadius( ) | Border radius. |
| setBorderRadius | TableControlTextProperties.setBorderRadius( borderRadius ) | Sets border radius. |
| getBorderStyle | TableControlTextProperties.getBorderStyle( ) | Border style applied to all borders. |
| setBorderStyle | TableControlTextProperties.setBorderStyle( borderStyle ) | Sets border style. |
| getBorderWidth | TableControlTextProperties.getBorderWidth( ) | Border width applied to all four borders. |
| setBorderWidth | TableControlTextProperties.setBorderWidth( borderWidth ) | Sets the border width applied to all four borders. |
| getBottomBorderWidth | TableControlTextProperties.getBottomBorderWidth( ) | Bottom border width, overriding property borderWidth. |
| setBottomBorderWidth | TableControlTextProperties.setBottomBorderWidth( bottomBorderWidth ) | Sets the bottom border width, overriding property borderWidth. |
| getLeftBorderWidth | TableControlTextProperties.getLeftBorderWidth( ) | Left border width, overriding property borderWidth. |
| setLeftBorderWidth | TableControlTextProperties.setLeftBorderWidth( leftBorderWidth ) | Sets the left border width, overriding property borderWidth. |
| getRightBorderWidth | TableControlTextProperties.getRightBorderWidth( ) | Right border width, overriding property borderWidth. |
| setRightBorderWidth | TableControlTextProperties.setRightBorderWidth( rightBorderWidth ) | Sets the right border width, overriding property borderWidth. |
| getTopBorderWidth | TableControlTextProperties.getTopBorderWidth( ) | Top border width, overriding property borderWidth. |
| setTopBorderWidth | TableControlTextProperties.setTopBorderWidth( topBorderWidth ) | Sets the top border width, overriding property borderWidth. |
PaddingStyleProperties Functions
| getAllPadding | TableControlTextProperties.getAllPadding( ) | Single PaddingStyleProperties size value used for top, bottom, left and right padding. |
| setAllPadding | TableControlTextProperties.setAllPadding( allPadding ) | Sets the PaddingStyleProperties size value used for top, bottom, left and right padding. |
| getBottomPadding | TableControlTextProperties.getBottomPadding( ) | Bottom PaddingStyleProperties size value. |
| setBottomPadding | TableControlTextProperties.setBottomPadding( bottomPadding ) | Sets the bottom PaddingStyleProperties size value. |
| getLeftPadding | TableControlTextProperties.getLeftPadding( ) | Left PaddingStyleProperties size value. |
| setLeftPadding | TableControlTextProperties.setLeftPadding( leftPadding ) | Sets the left PaddingStyleProperties size value. |
| getRightPadding | TableControlTextProperties.getRightPadding( ) | Right PaddingStyleProperties size value. |
| setRightPadding | TableControlTextProperties.setRightPadding( rightPadding ) | Sets the right PaddingStyleProperties size value. |
| getTopPadding | TableControlTextProperties.getTopPadding( ) | Top PaddingStyleProperties size value. |
| setTopPadding | TableControlTextProperties.setTopPadding( topPadding ) | Sets the top PaddingStyleProperties size value. |
TextStyleProperties Functions
| getLineHeight | TableControlTextProperties.getLineHeight( ) | Line height. |
| setLineHeight | TableControlTextProperties.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 | TableControlTextProperties.getTextBold( ) | Text bold setting. |
| setTextBold | TableControlTextProperties.setTextBold( textBold ) | Sets the text bold setting. |
| getTextColor | TableControlTextProperties.getTextColor( ) | Text color. |
| setTextColor | TableControlTextProperties.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 | TableControlTextProperties.getTextDecoration( ) | Text decoration property (shown as Lines in the designer). |
| setTextDecoration | TableControlTextProperties.setTextDecoration( textDecoration ) | Sets the text decoration property (shown as Lines in the designer). |
| getTextFont | TableControlTextProperties.getTextFont( ) | List of text fonts. |
| setTextFont | TableControlTextProperties.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 | TableControlTextProperties.getTextItalic( ) | Text italic setting. |
| setTextItalic | TableControlTextProperties.setTextItalic( textItalic ) | Sets the text italic setting. |
| getTextSize | TableControlTextProperties.getTextSize( ) | Text size. |
| setTextSize | TableControlTextProperties.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. |