TableColumnValuePatternProperties

PaddingStyleProperties Functions

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

TextStyleProperties Functions

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