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. |