com.groupdocs.signature.domain

Class Border

    • Constructor Detail

      • Border

        public Border()
    • Method Detail

      • deepClone

        public final Object deepClone()

        Implement IClonable interface

        Returns:
        Newly created Border instance with same properties
      • getColor

        public final Color getColor()

        Gets or sets the border color of signature.

      • getDashStyle

        public final int getDashStyle()

        Gets or sets the signature border style.

      • getTransparency

        public final double getTransparency()

        Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).

        Specified by:
        getTransparency in interface ITransparency
      • getVisible

        public boolean getVisible()

        Gets or sets the border visibility.

      • getWeight

        public final double getWeight()

        Gets or sets the weight of the signature border.

      • setColor

        public final void setColor(Color value)

        Gets or sets the border color of signature.

      • setDashStyle

        public final void setDashStyle(int value)

        Gets or sets the signature border style.

      • setTransparency

        public final void setTransparency(double value)

        Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).

        Specified by:
        setTransparency in interface ITransparency
      • setVisible

        public final void setVisible(boolean value)
      • setWeight

        public final void setWeight(double value)

        Gets or sets the weight of the signature border.