com.groupdocs.signature.options.appearances

Class PdfTextStickerAppearance



  • public final class PdfTextStickerAppearance
    extends SignatureAppearance

    Describes appearance of PDF text annotation sticker object and pop-up window of sticker.

    • Constructor Detail

      • PdfTextStickerAppearance

        public PdfTextStickerAppearance()

        Creates PDF signature text annotation appearance object.

    • Method Detail

      • getContents

        public final String getContents()

        Gets or sets the contents of pop-up window.

      • getDefaultAppearance

        public static PdfTextStickerAppearance getDefaultAppearance()

        Gets default appearance for sticker. These properties are applied as default if Options.SignatureAppearance property is not specified. The properties could be changed by user any time.

      • getIcon

        public final int getIcon()

        Gets or sets the icon of sticker.

      • getOpened

        public final boolean getOpened()

        Setup if sticker pop-up window will be opened by default.

      • getSubject

        public final String getSubject()

        Gets or sets subject.

      • getTitle

        public final String getTitle()

        Gets or sets title of pop-up window.

      • resetDefaultAppearance

        public static void resetDefaultAppearance()

        Clears values of default appearance for sticker.

      • setContents

        public final void setContents(String value)

        Gets or sets the contents of pop-up window.

      • setIcon

        public final void setIcon(int value)

        Gets or sets the icon of sticker.

      • setOpened

        public final void setOpened(boolean value)

        Setup if sticker pop-up window will be opened by default.

      • setSubject

        public final void setSubject(String value)

        Gets or sets subject.

      • setTitle

        public final void setTitle(String value)

        Gets or sets title of pop-up window.