PdfTextAnnotationVerifyExtensions
Inheritance: java.lang.Object, com.groupdocs.signature.options.verifyextensions.VerifyExtensions
public class PdfTextAnnotationVerifyExtensions extends VerifyExtensions
Describes extensions of verification of PDF text annotation object
Constructors
Constructor | Description |
---|---|
PdfTextAnnotationVerifyExtensions() | Creates PDF text annotation signature verification extensions with empty values. |
Methods
Method | Description |
---|---|
getTitle() | Title of text annotation to be verified. |
setTitle(String value) | Title of text annotation to be verified. |
getSubject() | Subject of text annotation to be verified. |
setSubject(String value) | Subject of text annotation to be verified. |
getContents() | Contents of text annotationn to be verified. |
setContents(String value) | Contents of text annotationn to be verified. |
toString() | Override string conversion. |
PdfTextAnnotationVerifyExtensions()
public PdfTextAnnotationVerifyExtensions()
Creates PDF text annotation signature verification extensions with empty values.
getTitle()
public final String getTitle()
Title of text annotation to be verified. Not be verified if equals empty string or null.
Returns: java.lang.String
setTitle(String value)
public final void setTitle(String value)
Title of text annotation to be verified. Not be verified if equals empty string or null.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getSubject()
public final String getSubject()
Subject of text annotation to be verified. Not be verified if equals empty string or null.
Returns: java.lang.String
setSubject(String value)
public final void setSubject(String value)
Subject of text annotation to be verified. Not be verified if equals empty string or null.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getContents()
public final String getContents()
Contents of text annotationn to be verified. Not be verified if equals empty string or null.
Returns: java.lang.String
setContents(String value)
public final void setContents(String value)
Contents of text annotationn to be verified. Not be verified if equals empty string or null.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Override string conversion.
Returns: java.lang.String -