Class DocumentLinkStyles


  • public class DocumentLinkStyles
    extends Object
    Control the display of the agreement statement..
    • Constructor Detail

      • DocumentLinkStyles

        public DocumentLinkStyles()
    • Method Detail

      • getBorder

        public String getBorder()
        Control the border of the element..
        Returns:
        border
      • setBorder

        public void setBorder​(String border)
        setBorder.
      • getColor

        public String getColor()
        Control the fore-ground color of the element..
        Returns:
        color
      • setColor

        public void setColor​(String color)
        setColor.
      • getFontFamily

        public String getFontFamily()
        Control the font family of the text..
        Returns:
        fontFamily
      • setFontFamily

        public void setFontFamily​(String fontFamily)
        setFontFamily.
      • getFontSize

        public String getFontSize()
        Control the font size of the text..
        Returns:
        fontSize
      • setFontSize

        public void setFontSize​(String fontSize)
        setFontSize.
      • getFontStyle

        public String getFontStyle()
        Control the font style of the text..
        Returns:
        fontStyle
      • setFontStyle

        public void setFontStyle​(String fontStyle)
        setFontStyle.
      • getFontWeight

        public Object getFontWeight()
        Control the font weight of the text..
        Returns:
        fontWeight
      • setFontWeight

        public void setFontWeight​(Object fontWeight)
        setFontWeight.
      • getMargin

        public String getMargin()
        Control the margin of the element..
        Returns:
        margin
      • setMargin

        public void setMargin​(String margin)
        setMargin.
      • getPadding

        public String getPadding()
        Control the padding of the element..
        Returns:
        padding
      • setPadding

        public void setPadding​(String padding)
        setPadding.
      • textDecoration

        public DocumentLinkStyles textDecoration​(String textDecoration)
        textDecoration.
        Returns:
        DocumentLinkStyles
      • getTextDecoration

        public String getTextDecoration()
        Control the underline and other styles of the text..
        Returns:
        textDecoration
      • setTextDecoration

        public void setTextDecoration​(String textDecoration)
        setTextDecoration.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object