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