HyperlinkStateProperties
Hyperlink Properties.
BackgroundStyleProperties Functions
getBackgroundColor | HyperlinkStateProperties.getBackgroundColor( ) | Background color. |
setBackgroundColor | HyperlinkStateProperties.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 | HyperlinkStateProperties.getBackgroundImage( ) | URL of the background image. |
setBackgroundImage | HyperlinkStateProperties.setBackgroundImage( backgroundImage ) | Sets the URL of the background image. |
getBackgroundImagePosition | HyperlinkStateProperties.getBackgroundImagePosition( ) | Background image position. |
setBackgroundImagePosition | HyperlinkStateProperties.setBackgroundImagePosition( backgroundImagePosition ) | Sets the background image position. |
getBackgroundImageRepeat | HyperlinkStateProperties.getBackgroundImageRepeat( ) | Background image repeat property. |
setBackgroundImageRepeat | HyperlinkStateProperties.setBackgroundImageRepeat( backgroundImageRepeat ) | Sets the background image repeat property. |
BorderStyleProperties Functions
getBorderColor | HyperlinkStateProperties.getBorderColor( ) | Border color applied to all borders. |
setBorderColor | HyperlinkStateProperties.setBorderColor( borderColor ) | Sets border color. |
getBorderRadius | HyperlinkStateProperties.getBorderRadius( ) | Border radius. |
setBorderRadius | HyperlinkStateProperties.setBorderRadius( borderRadius ) | Sets border radius. |
getBorderStyle | HyperlinkStateProperties.getBorderStyle( ) | Border style applied to all borders. |
setBorderStyle | HyperlinkStateProperties.setBorderStyle( borderStyle ) | Sets border style. |
getBorderWidth | HyperlinkStateProperties.getBorderWidth( ) | Border width applied to all four borders. |
setBorderWidth | HyperlinkStateProperties.setBorderWidth( borderWidth ) | Sets the border width applied to all four borders. |
getBottomBorderWidth | HyperlinkStateProperties.getBottomBorderWidth( ) | Bottom border width, overriding property borderWidth . |
setBottomBorderWidth | HyperlinkStateProperties.setBottomBorderWidth( bottomBorderWidth ) | Sets the bottom border width, overriding property borderWidth . |
getLeftBorderWidth | HyperlinkStateProperties.getLeftBorderWidth( ) | Left border width, overriding property borderWidth . |
setLeftBorderWidth | HyperlinkStateProperties.setLeftBorderWidth( leftBorderWidth ) | Sets the left border width, overriding property borderWidth . |
getRightBorderWidth | HyperlinkStateProperties.getRightBorderWidth( ) | Right border width, overriding property borderWidth . |
setRightBorderWidth | HyperlinkStateProperties.setRightBorderWidth( rightBorderWidth ) | Sets the right border width, overriding property borderWidth . |
getTopBorderWidth | HyperlinkStateProperties.getTopBorderWidth( ) | Top border width, overriding property borderWidth . |
setTopBorderWidth | HyperlinkStateProperties.setTopBorderWidth( topBorderWidth ) | Sets the top border width, overriding property borderWidth . |
TextStyleProperties Functions
getLineHeight | HyperlinkStateProperties.getLineHeight( ) | Line height. |
setLineHeight | HyperlinkStateProperties.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 | HyperlinkStateProperties.getTextBold( ) | Text bold setting. |
setTextBold | HyperlinkStateProperties.setTextBold( textBold ) | Sets the text bold setting. |
getTextColor | HyperlinkStateProperties.getTextColor( ) | Text color. |
setTextColor | HyperlinkStateProperties.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 | HyperlinkStateProperties.getTextDecoration( ) | Text decoration property (shown as Lines in the designer). |
setTextDecoration | HyperlinkStateProperties.setTextDecoration( textDecoration ) | Sets the text decoration property (shown as Lines in the designer). |
getTextFont | HyperlinkStateProperties.getTextFont( ) | List of text fonts. |
setTextFont | HyperlinkStateProperties.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 | HyperlinkStateProperties.getTextItalic( ) | Text italic setting. |
setTextItalic | HyperlinkStateProperties.setTextItalic( textItalic ) | Sets the text italic setting. |
getTextSize | HyperlinkStateProperties.getTextSize( ) | Text size. |
setTextSize | HyperlinkStateProperties.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. |