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