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