ColumnStyleProperties
ColumnStyleProperties is one these types:
ColumnStylePropertiesButtonColumnControl
FieldColumnControl
ImageColumnControl
Table Column styling properties.
ColumnStyleProperties Functions
| getColumnCellClass | ColumnStyleProperties.getColumnCellClass( ) | Returns the list of CSS classes configured for each table cell. |
| setColumnCellClass | ColumnStyleProperties.setColumnCellClass( columnCellClass ) | Sets one or more CSS classes to be applied to each table cell. |
| getColumnCellStyle | ColumnStyleProperties.getColumnCellStyle( ) | Returns the inline CSS style configured for each table cell. |
| setColumnCellStyle | ColumnStyleProperties.setColumnCellStyle( columnCellStyle ) | Sets the inline CSS style to be applied to each table cell. |
| getColumnDataClass | ColumnStyleProperties.getColumnDataClass( ) | Returns the list of CSS classes configured for the content of each table cell. |
| setColumnDataClass | ColumnStyleProperties.setColumnDataClass( columnDataClass ) | Sets one or more CSS classes to be applied to the content of each table cell. |
| getColumnDataStyle | ColumnStyleProperties.getColumnDataStyle( ) | Returns the inline CSS style configured for the content of each table cell. |
| setColumnDataStyle | ColumnStyleProperties.setColumnDataStyle( columnDataStyle ) | Sets the inline CSS style to be applied to the content of each table cell. |
| getColumnHeaderProperties | ColumnStyleProperties.getColumnHeaderProperties( ) | Column header properties. |
| getStripeProperties | ColumnStyleProperties.getStripeProperties( ) | Cell text, background, border and padding properties applied to alternate (striped) rows. |
CellStyleProperties Functions
| getHAlign | ColumnStyleProperties.getHAlign( ) | Horizontal alignment of table cell content. |
| setHAlign | ColumnStyleProperties.setHAlign( hAlign ) | Sets the horizontal alignment of table cell content. |
| getVAlign | ColumnStyleProperties.getVAlign( ) | Vertical alignment of table cell content. |
| setVAlign | ColumnStyleProperties.setVAlign( vAlign ) | Sets the vertical alignment of table cell content. |
| getWidth | ColumnStyleProperties.getWidth( ) | Width of the table column. |
| setWidth | ColumnStyleProperties.setWidth( width ) | Sets the width of the table column. |
BackgroundStyleProperties Functions
| getBackgroundColor | ColumnStyleProperties.getBackgroundColor( ) | Background color. |
| setBackgroundColor | ColumnStyleProperties.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 | ColumnStyleProperties.getBackgroundImage( ) | URL of the background image. |
| setBackgroundImage | ColumnStyleProperties.setBackgroundImage( backgroundImage ) | Sets the URL of the background image. |
| getBackgroundImagePosition | ColumnStyleProperties.getBackgroundImagePosition( ) | Background image position. |
| setBackgroundImagePosition | ColumnStyleProperties.setBackgroundImagePosition( backgroundImagePosition ) | Sets the background image position. |
| getBackgroundImageRepeat | ColumnStyleProperties.getBackgroundImageRepeat( ) | Background image repeat property. |
| setBackgroundImageRepeat | ColumnStyleProperties.setBackgroundImageRepeat( backgroundImageRepeat ) | Sets the background image repeat property. |
BorderStyleProperties Functions
| getBorderColor | ColumnStyleProperties.getBorderColor( ) | Border color applied to all borders. |
| setBorderColor | ColumnStyleProperties.setBorderColor( borderColor ) | Sets border color. |
| getBorderRadius | ColumnStyleProperties.getBorderRadius( ) | Border radius. |
| setBorderRadius | ColumnStyleProperties.setBorderRadius( borderRadius ) | Sets border radius. |
| getBorderStyle | ColumnStyleProperties.getBorderStyle( ) | Border style applied to all borders. |
| setBorderStyle | ColumnStyleProperties.setBorderStyle( borderStyle ) | Sets border style. |
| getBorderWidth | ColumnStyleProperties.getBorderWidth( ) | Border width applied to all four borders. |
| setBorderWidth | ColumnStyleProperties.setBorderWidth( borderWidth ) | Sets the border width applied to all four borders. |
| getBottomBorderWidth | ColumnStyleProperties.getBottomBorderWidth( ) | Bottom border width, overriding property borderWidth. |
| setBottomBorderWidth | ColumnStyleProperties.setBottomBorderWidth( bottomBorderWidth ) | Sets the bottom border width, overriding property borderWidth. |
| getLeftBorderWidth | ColumnStyleProperties.getLeftBorderWidth( ) | Left border width, overriding property borderWidth. |
| setLeftBorderWidth | ColumnStyleProperties.setLeftBorderWidth( leftBorderWidth ) | Sets the left border width, overriding property borderWidth. |
| getRightBorderWidth | ColumnStyleProperties.getRightBorderWidth( ) | Right border width, overriding property borderWidth. |
| setRightBorderWidth | ColumnStyleProperties.setRightBorderWidth( rightBorderWidth ) | Sets the right border width, overriding property borderWidth. |
| getTopBorderWidth | ColumnStyleProperties.getTopBorderWidth( ) | Top border width, overriding property borderWidth. |
| setTopBorderWidth | ColumnStyleProperties.setTopBorderWidth( topBorderWidth ) | Sets the top border width, overriding property borderWidth. |
PaddingStyleProperties Functions
| getAllPadding | ColumnStyleProperties.getAllPadding( ) | Single PaddingStyleProperties size value used for top, bottom, left and right padding. |
| setAllPadding | ColumnStyleProperties.setAllPadding( allPadding ) | Sets the PaddingStyleProperties size value used for top, bottom, left and right padding. |
| getBottomPadding | ColumnStyleProperties.getBottomPadding( ) | Bottom PaddingStyleProperties size value. |
| setBottomPadding | ColumnStyleProperties.setBottomPadding( bottomPadding ) | Sets the bottom PaddingStyleProperties size value. |
| getLeftPadding | ColumnStyleProperties.getLeftPadding( ) | Left PaddingStyleProperties size value. |
| setLeftPadding | ColumnStyleProperties.setLeftPadding( leftPadding ) | Sets the left PaddingStyleProperties size value. |
| getRightPadding | ColumnStyleProperties.getRightPadding( ) | Right PaddingStyleProperties size value. |
| setRightPadding | ColumnStyleProperties.setRightPadding( rightPadding ) | Sets the right PaddingStyleProperties size value. |
| getTopPadding | ColumnStyleProperties.getTopPadding( ) | Top PaddingStyleProperties size value. |
| setTopPadding | ColumnStyleProperties.setTopPadding( topPadding ) | Sets the top PaddingStyleProperties size value. |
TextStyleProperties Functions
| getLineHeight | ColumnStyleProperties.getLineHeight( ) | Line height. |
| setLineHeight | ColumnStyleProperties.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 | ColumnStyleProperties.getTextBold( ) | Text bold setting. |
| setTextBold | ColumnStyleProperties.setTextBold( textBold ) | Sets the text bold setting. |
| getTextColor | ColumnStyleProperties.getTextColor( ) | Text color. |
| setTextColor | ColumnStyleProperties.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 | ColumnStyleProperties.getTextDecoration( ) | Text decoration property (shown as Lines in the designer). |
| setTextDecoration | ColumnStyleProperties.setTextDecoration( textDecoration ) | Sets the text decoration property (shown as Lines in the designer). |
| getTextFont | ColumnStyleProperties.getTextFont( ) | List of text fonts. |
| setTextFont | ColumnStyleProperties.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 | ColumnStyleProperties.getTextItalic( ) | Text italic setting. |
| setTextItalic | ColumnStyleProperties.setTextItalic( textItalic ) | Sets the text italic setting. |
| getTextSize | ColumnStyleProperties.getTextSize( ) | Text size. |
| setTextSize | ColumnStyleProperties.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. |