TableRowStyleProperties

BackgroundStyleProperties Functions

getBackgroundColor TableRowStyleProperties.getBackgroundColor( ) Background color.
setBackgroundColor TableRowStyleProperties.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 TableRowStyleProperties.getBackgroundImage( ) URL of the background image.
setBackgroundImage TableRowStyleProperties.setBackgroundImage( backgroundImage ) Sets the URL of the background image.
getBackgroundImagePosition TableRowStyleProperties.getBackgroundImagePosition( ) Background image position.
setBackgroundImagePosition TableRowStyleProperties.setBackgroundImagePosition( backgroundImagePosition ) Sets the background image position.
getBackgroundImageRepeat TableRowStyleProperties.getBackgroundImageRepeat( ) Background image repeat property.
setBackgroundImageRepeat TableRowStyleProperties.setBackgroundImageRepeat( backgroundImageRepeat ) Sets the background image repeat property.

BorderStyleProperties Functions

getBorderColor TableRowStyleProperties.getBorderColor( ) Border color applied to all borders.
setBorderColor TableRowStyleProperties.setBorderColor( borderColor ) Sets border color.
getBorderRadius TableRowStyleProperties.getBorderRadius( ) Border radius.
setBorderRadius TableRowStyleProperties.setBorderRadius( borderRadius ) Sets border radius.
getBorderStyle TableRowStyleProperties.getBorderStyle( ) Border style applied to all borders.
setBorderStyle TableRowStyleProperties.setBorderStyle( borderStyle ) Sets border style.
getBorderWidth TableRowStyleProperties.getBorderWidth( ) Border width applied to all four borders.
setBorderWidth TableRowStyleProperties.setBorderWidth( borderWidth ) Sets the border width applied to all four borders.
getBottomBorderWidth TableRowStyleProperties.getBottomBorderWidth( ) Bottom border width, overriding property borderWidth.
setBottomBorderWidth TableRowStyleProperties.setBottomBorderWidth( bottomBorderWidth ) Sets the bottom border width, overriding property borderWidth.
getLeftBorderWidth TableRowStyleProperties.getLeftBorderWidth( ) Left border width, overriding property borderWidth.
setLeftBorderWidth TableRowStyleProperties.setLeftBorderWidth( leftBorderWidth ) Sets the left border width, overriding property borderWidth.
getRightBorderWidth TableRowStyleProperties.getRightBorderWidth( ) Right border width, overriding property borderWidth.
setRightBorderWidth TableRowStyleProperties.setRightBorderWidth( rightBorderWidth ) Sets the right border width, overriding property borderWidth.
getTopBorderWidth TableRowStyleProperties.getTopBorderWidth( ) Top border width, overriding property borderWidth.
setTopBorderWidth TableRowStyleProperties.setTopBorderWidth( topBorderWidth ) Sets the top border width, overriding property borderWidth.