PdfTextAnnotationVerifyExtensions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.signature.options.verifyextensions.VerifyExtensions
public class PdfTextAnnotationVerifyExtensions extends VerifyExtensions
Describes extensions of verification of PDF text annotation object
| Constructor | Description |
|---|---|
| PdfTextAnnotationVerifyExtensions() | Creates PDF text annotation signature verification extensions with empty values. |
| 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. |
public PdfTextAnnotationVerifyExtensions()
Creates PDF text annotation signature verification extensions with empty values.
public final String getTitle()
Title of text annotation to be verified. Not be verified if equals empty string or null.
Returns: java.lang.String
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 |
public final String getSubject()
Subject of text annotation to be verified. Not be verified if equals empty string or null.
Returns: java.lang.String
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 |
public final String getContents()
Contents of text annotationn to be verified. Not be verified if equals empty string or null.
Returns: java.lang.String
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 |
public String toString()
Override string conversion.
Returns: java.lang.String -
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.