CellStyleProperties

CellStyleProperties is one these types:

CellStyleProperties
ButtonColumnControl
ColumnStyleProperties
FieldColumnControl
ImageColumnControl

Table Cell properties.

CellStyleProperties Functions

getHAlign CellStyleProperties.getHAlign( ) Horizontal alignment of table cell content.
setHAlign CellStyleProperties.setHAlign( hAlign ) Sets the horizontal alignment of table cell content.
getVAlign CellStyleProperties.getVAlign( ) Vertical alignment of table cell content.
setVAlign CellStyleProperties.setVAlign( vAlign ) Sets the vertical alignment of table cell content.
getWidth CellStyleProperties.getWidth( ) Width of the table column.
setWidth CellStyleProperties.setWidth( width ) Sets the width of the table column.

BackgroundStyleProperties Functions

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

BorderStyleProperties Functions

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

PaddingStyleProperties Functions

getAllPadding CellStyleProperties.getAllPadding( ) Single PaddingStyleProperties size value used for top, bottom, left and right padding.
setAllPadding CellStyleProperties.setAllPadding( allPadding ) Sets the PaddingStyleProperties size value used for top, bottom, left and right padding.
getBottomPadding CellStyleProperties.getBottomPadding( ) Bottom PaddingStyleProperties size value.
setBottomPadding CellStyleProperties.setBottomPadding( bottomPadding ) Sets the bottom PaddingStyleProperties size value.
getLeftPadding CellStyleProperties.getLeftPadding( ) Left PaddingStyleProperties size value.
setLeftPadding CellStyleProperties.setLeftPadding( leftPadding ) Sets the left PaddingStyleProperties size value.
getRightPadding CellStyleProperties.getRightPadding( ) Right PaddingStyleProperties size value.
setRightPadding CellStyleProperties.setRightPadding( rightPadding ) Sets the right PaddingStyleProperties size value.
getTopPadding CellStyleProperties.getTopPadding( ) Top PaddingStyleProperties size value.
setTopPadding CellStyleProperties.setTopPadding( topPadding ) Sets the top PaddingStyleProperties size value.

TextStyleProperties Functions

getLineHeight CellStyleProperties.getLineHeight( ) Line height.
setLineHeight CellStyleProperties.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 CellStyleProperties.getTextBold( ) Text bold setting.
setTextBold CellStyleProperties.setTextBold( textBold ) Sets the text bold setting.
getTextColor CellStyleProperties.getTextColor( ) Text color.
setTextColor CellStyleProperties.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 CellStyleProperties.getTextDecoration( ) Text decoration property (shown as Lines in the designer).
setTextDecoration CellStyleProperties.setTextDecoration( textDecoration ) Sets the text decoration property (shown as Lines in the designer).
getTextFont CellStyleProperties.getTextFont( ) List of text fonts.
setTextFont CellStyleProperties.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 CellStyleProperties.getTextItalic( ) Text italic setting.
setTextItalic CellStyleProperties.setTextItalic( textItalic ) Sets the text italic setting.
getTextSize CellStyleProperties.getTextSize( ) Text size.
setTextSize CellStyleProperties.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.