com.groupdocs.signature.options.verifyextensions

Class PdfTextStickerVerifyExtensions



  • public final class PdfTextStickerVerifyExtensions
    extends VerifyExtensions

    Describes extensions of verification of PDF sticker object.

    • Constructor Detail

      • PdfTextStickerVerifyExtensions

        public PdfTextStickerVerifyExtensions()

        Creates PDF text sticker signature verification extensions with empty values.

    • Method Detail

      • getContents

        public final String getContents()

        Contents of sticker to be verified. Value will not be verified if equals empty string or null.

      • getIcon

        public final Integer getIcon()

        Icon of sticker to be verified. Value will not be verified if equals null.

      • getSubject

        public final String getSubject()

        Subject of sticker to be verified. Value will not be verified if equals empty string or null.

      • getTitle

        public final String getTitle()

        Title of sticker to be verified. Value will not be verified if equals empty string or null.

      • setContents

        public final void setContents(String value)

        Contents of sticker to be verified. Value will not be verified if equals empty string or null.

      • setIcon

        public final void setIcon(Integer value)

        Icon of sticker to be verified. Value will not be verified if equals null.

      • setSubject

        public final void setSubject(String value)

        Subject of sticker to be verified. Value will not be verified if equals empty string or null.

      • setTitle

        public final void setTitle(String value)

        Title of sticker to be verified. Value will not be verified if equals empty string or null.