com.groupdocs.signature.options.appearances

Class PdfTextAnnotationAppearance



  • public class PdfTextAnnotationAppearance
    extends SignatureAppearance

    Describes appearance of PDF text annotation object (Title, Subject, Content).

    • Constructor Detail

      • PdfTextAnnotationAppearance

        public PdfTextAnnotationAppearance()

        Creates PDF signature txt annotation appearance object.

      • PdfTextAnnotationAppearance

        public PdfTextAnnotationAppearance(String title,
                                           String subject,
                                           String contents)

        Creates PDF signature txt annotation with specified values (title, subject, contents).

        Parameters:
        title - Title.
        subject - Subject.
        contents - Contents.
    • Method Detail

      • getBorder

        public final Border getBorder()

        Gets or sets different border settings

      • getBorderEffect

        public final int getBorderEffect()

        Gets or sets border effect.

      • getBorderEffectIntensity

        public final int getBorderEffectIntensity()

        Gets or sets border effect intensity. Valid range of value is [0..2].

      • getContents

        public final String getContents()

        Gets or sets content of annotation object.

      • getHCornerRadius

        public final int getHCornerRadius()

        Gets or sets horizontal corner radius.

      • getSubject

        public final String getSubject()

        Gets or sets Subject representing description of the object.

      • getTitle

        public final String getTitle()

        Gets or sets a Title that will be displayed in title bar of annotation object.

      • getVCornerRadius

        public final int getVCornerRadius()

        Gets or sets vertical corner radius.

      • setBorder

        public final void setBorder(Border value)

        Gets or sets different border settings

      • setBorderEffect

        public final void setBorderEffect(int value)

        Gets or sets border effect.

      • setBorderEffectIntensity

        public final void setBorderEffectIntensity(int value)

        Gets or sets border effect intensity. Valid range of value is [0..2].

      • setContents

        public final void setContents(String value)

        Gets or sets content of annotation object.

      • setHCornerRadius

        public final void setHCornerRadius(int value)

        Gets or sets horizontal corner radius.

      • setSubject

        public final void setSubject(String value)

        Gets or sets Subject representing description of the object.

      • setTitle

        public final void setTitle(String value)

        Gets or sets a Title that will be displayed in title bar of annotation object.

      • setVCornerRadius

        public final void setVCornerRadius(int value)

        Gets or sets vertical corner radius.