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