com.groupdocs.signature.options.verifyextensions

Class PdfTextAnnotationVerifyExtensions



  • public class PdfTextAnnotationVerifyExtensions
    extends VerifyExtensions

    Describes extensions of verification of PDF text annotation object

    • Constructor Detail

      • PdfTextAnnotationVerifyExtensions

        public PdfTextAnnotationVerifyExtensions()

        Creates PDF text annotation signature verification extensions with empty values.

    • Method Detail

      • getContents

        public final String getContents()

        Contents of text annotationn to be verified. Not be verified if equals empty string or null.

      • getSubject

        public final String getSubject()

        Subject of text annotation to be verified. Not be verified if equals empty string or null.

      • getTitle

        public final String getTitle()

        Title of text annotation to be verified. Not be verified if equals empty string or null.

      • setContents

        public final void setContents(String value)

        Contents of text annotationn to be verified. Not be verified if equals empty string or null.

      • setSubject

        public final void setSubject(String value)

        Subject of text annotation to be verified. Not be verified if equals empty string or null.

      • setTitle

        public final void setTitle(String value)

        Title of text annotation to be verified. Not be verified if equals empty string or null.