FieldHyperlinkProperties
          Field Hyperlink Properties.
        
              BackgroundStyleProperties Functions
| getBackgroundColor | FieldHyperlinkProperties.getBackgroundColor( ) | Background color. | 
| setBackgroundColor | FieldHyperlinkProperties.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 | FieldHyperlinkProperties.getBackgroundImage( ) | URL of the background image. | 
| setBackgroundImage | FieldHyperlinkProperties.setBackgroundImage( backgroundImage ) | Sets the URL of the background image. | 
| getBackgroundImagePosition | FieldHyperlinkProperties.getBackgroundImagePosition( ) | Background image position. | 
| setBackgroundImagePosition | FieldHyperlinkProperties.setBackgroundImagePosition( backgroundImagePosition ) | Sets the background image position. | 
| getBackgroundImageRepeat | FieldHyperlinkProperties.getBackgroundImageRepeat( ) | Background image repeat property. | 
| setBackgroundImageRepeat | FieldHyperlinkProperties.setBackgroundImageRepeat( backgroundImageRepeat ) | Sets the background image repeat property. | 
BorderStyleProperties Functions
| getBorderColor | FieldHyperlinkProperties.getBorderColor( ) | Border color applied to all borders. | 
| setBorderColor | FieldHyperlinkProperties.setBorderColor( borderColor ) | Sets border color. | 
| getBorderRadius | FieldHyperlinkProperties.getBorderRadius( ) | Border radius. | 
| setBorderRadius | FieldHyperlinkProperties.setBorderRadius( borderRadius ) | Sets border radius. | 
| getBorderStyle | FieldHyperlinkProperties.getBorderStyle( ) | Border style applied to all borders. | 
| setBorderStyle | FieldHyperlinkProperties.setBorderStyle( borderStyle ) | Sets border style. | 
| getBorderWidth | FieldHyperlinkProperties.getBorderWidth( ) | Border width applied to all four borders. | 
| setBorderWidth | FieldHyperlinkProperties.setBorderWidth( borderWidth ) | Sets the border width applied to all four borders. | 
| getBottomBorderWidth | FieldHyperlinkProperties.getBottomBorderWidth( ) | Bottom border width, overriding property borderWidth. | 
                    
| setBottomBorderWidth | FieldHyperlinkProperties.setBottomBorderWidth( bottomBorderWidth ) | Sets the bottom border width, overriding property borderWidth. | 
                    
| getLeftBorderWidth | FieldHyperlinkProperties.getLeftBorderWidth( ) | Left border width, overriding property borderWidth. | 
                    
| setLeftBorderWidth | FieldHyperlinkProperties.setLeftBorderWidth( leftBorderWidth ) | Sets the left border width, overriding property borderWidth. | 
                    
| getRightBorderWidth | FieldHyperlinkProperties.getRightBorderWidth( ) | Right border width, overriding property borderWidth. | 
                    
| setRightBorderWidth | FieldHyperlinkProperties.setRightBorderWidth( rightBorderWidth ) | Sets the right border width, overriding property borderWidth. | 
                    
| getTopBorderWidth | FieldHyperlinkProperties.getTopBorderWidth( ) | Top border width, overriding property borderWidth. | 
                    
| setTopBorderWidth | FieldHyperlinkProperties.setTopBorderWidth( topBorderWidth ) | Sets the top border width, overriding property borderWidth. | 
                    
HyperlinkProperties Functions
| getActiveTextStyle | FieldHyperlinkProperties.getActiveTextStyle( ) | Hyperlink properties that apply to the active state. | 
| getHoverTextStyle | FieldHyperlinkProperties.getHoverTextStyle( ) | Hyperlink properties that apply to the hover state. | 
| getLinkedTextStyle | FieldHyperlinkProperties.getLinkedTextStyle( ) | Hyperlink properties that apply to the linked state. | 
| getVisitedTextStyle | FieldHyperlinkProperties.getVisitedTextStyle( ) | Hyperlink properties that apply to the visited state. | 
MarginStyleProperties Functions
| getAllMargin | FieldHyperlinkProperties.getAllMargin( ) | Single MarginStyleProperties size value used for top, bottom, left and right margin. | 
| setAllMargin | FieldHyperlinkProperties.setAllMargin( allMargin ) | Sets the MarginStyleProperties size value used for top, bottom, left and right margin. | 
| getBottomMargin | FieldHyperlinkProperties.getBottomMargin( ) | Bottom MarginStyleProperties size value. | 
| setBottomMargin | FieldHyperlinkProperties.setBottomMargin( bottomMargin ) | Sets the bottom MarginStyleProperties size value. | 
| getLeftMargin | FieldHyperlinkProperties.getLeftMargin( ) | Left MarginStyleProperties size value. | 
| setLeftMargin | FieldHyperlinkProperties.setLeftMargin( leftMargin ) | Sets the left MarginStyleProperties size value. | 
| getRightMargin | FieldHyperlinkProperties.getRightMargin( ) | Right MarginStyleProperties size value. | 
| setRightMargin | FieldHyperlinkProperties.setRightMargin( rightMargin ) | Sets the right MarginStyleProperties size value. | 
| getTopMargin | FieldHyperlinkProperties.getTopMargin( ) | Top MarginStyleProperties size value. | 
| setTopMargin | FieldHyperlinkProperties.setTopMargin( topMargin ) | Sets the top MarginStyleProperties size value. | 
PaddingStyleProperties Functions
| getAllPadding | FieldHyperlinkProperties.getAllPadding( ) | Single PaddingStyleProperties size value used for top, bottom, left and right padding. | 
| setAllPadding | FieldHyperlinkProperties.setAllPadding( allPadding ) | Sets the PaddingStyleProperties size value used for top, bottom, left and right padding. | 
| getBottomPadding | FieldHyperlinkProperties.getBottomPadding( ) | Bottom PaddingStyleProperties size value. | 
| setBottomPadding | FieldHyperlinkProperties.setBottomPadding( bottomPadding ) | Sets the bottom PaddingStyleProperties size value. | 
| getLeftPadding | FieldHyperlinkProperties.getLeftPadding( ) | Left PaddingStyleProperties size value. | 
| setLeftPadding | FieldHyperlinkProperties.setLeftPadding( leftPadding ) | Sets the left PaddingStyleProperties size value. | 
| getRightPadding | FieldHyperlinkProperties.getRightPadding( ) | Right PaddingStyleProperties size value. | 
| setRightPadding | FieldHyperlinkProperties.setRightPadding( rightPadding ) | Sets the right PaddingStyleProperties size value. | 
| getTopPadding | FieldHyperlinkProperties.getTopPadding( ) | Top PaddingStyleProperties size value. | 
| setTopPadding | FieldHyperlinkProperties.setTopPadding( topPadding ) | Sets the top PaddingStyleProperties size value. | 
TextStyleProperties Functions
| getLineHeight | FieldHyperlinkProperties.getLineHeight( ) | Line height. | 
| setLineHeight | FieldHyperlinkProperties.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 | FieldHyperlinkProperties.getTextBold( ) | Text bold setting. | 
| setTextBold | FieldHyperlinkProperties.setTextBold( textBold ) | Sets the text bold setting. | 
| getTextColor | FieldHyperlinkProperties.getTextColor( ) | Text color. | 
| setTextColor | FieldHyperlinkProperties.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 | FieldHyperlinkProperties.getTextDecoration( ) | Text decoration property (shown as Lines in the designer). | 
| setTextDecoration | FieldHyperlinkProperties.setTextDecoration( textDecoration ) | Sets the text decoration property (shown as Lines in the designer). | 
| getTextFont | FieldHyperlinkProperties.getTextFont( ) | List of text fonts. | 
| setTextFont | FieldHyperlinkProperties.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 | FieldHyperlinkProperties.getTextItalic( ) | Text italic setting. | 
| setTextItalic | FieldHyperlinkProperties.setTextItalic( textItalic ) | Sets the text italic setting. | 
| getTextSize | FieldHyperlinkProperties.getTextSize( ) | Text size. | 
| setTextSize | FieldHyperlinkProperties.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. |