TableAddRowCellProperties
TableAddRowCellProperties Functions
| getHAlign | TableAddRowCellProperties.getHAlign( ) | Horizontal alignment. |
| setHAlign | TableAddRowCellProperties.setHAlign( hAlign ) | Sets the horizontal alignment. |
BackgroundStyleProperties Functions
| getBackgroundColor | TableAddRowCellProperties.getBackgroundColor( ) | Background color. |
| setBackgroundColor | TableAddRowCellProperties.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 | TableAddRowCellProperties.getBackgroundImage( ) | URL of the background image. |
| setBackgroundImage | TableAddRowCellProperties.setBackgroundImage( backgroundImage ) | Sets the URL of the background image. |
| getBackgroundImagePosition | TableAddRowCellProperties.getBackgroundImagePosition( ) | Background image position. |
| setBackgroundImagePosition | TableAddRowCellProperties.setBackgroundImagePosition( backgroundImagePosition ) | Sets the background image position. |
| getBackgroundImageRepeat | TableAddRowCellProperties.getBackgroundImageRepeat( ) | Background image repeat property. |
| setBackgroundImageRepeat | TableAddRowCellProperties.setBackgroundImageRepeat( backgroundImageRepeat ) | Sets the background image repeat property. |
PaddingStyleProperties Functions
| getAllPadding | TableAddRowCellProperties.getAllPadding( ) | Single PaddingStyleProperties size value used for top, bottom, left and right padding. |
| setAllPadding | TableAddRowCellProperties.setAllPadding( allPadding ) | Sets the PaddingStyleProperties size value used for top, bottom, left and right padding. |
| getBottomPadding | TableAddRowCellProperties.getBottomPadding( ) | Bottom PaddingStyleProperties size value. |
| setBottomPadding | TableAddRowCellProperties.setBottomPadding( bottomPadding ) | Sets the bottom PaddingStyleProperties size value. |
| getLeftPadding | TableAddRowCellProperties.getLeftPadding( ) | Left PaddingStyleProperties size value. |
| setLeftPadding | TableAddRowCellProperties.setLeftPadding( leftPadding ) | Sets the left PaddingStyleProperties size value. |
| getRightPadding | TableAddRowCellProperties.getRightPadding( ) | Right PaddingStyleProperties size value. |
| setRightPadding | TableAddRowCellProperties.setRightPadding( rightPadding ) | Sets the right PaddingStyleProperties size value. |
| getTopPadding | TableAddRowCellProperties.getTopPadding( ) | Top PaddingStyleProperties size value. |
| setTopPadding | TableAddRowCellProperties.setTopPadding( topPadding ) | Sets the top PaddingStyleProperties size value. |