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