public class PdfTextAnnotationVerifyExtensions extends VerifyExtensions
Describes extensions of verification of PDF text annotation object
Constructor and Description |
---|
PdfTextAnnotationVerifyExtensions()
Creates PDF text annotation signature verification extensions with empty values.
|
Modifier and Type | Method and Description |
---|---|
String |
getContents()
Contents of text annotationn to be verified.
|
String |
getSubject()
Subject of text annotation to be verified.
|
String |
getTitle()
Title of text annotation to be verified.
|
void |
setContents(String value)
Contents of text annotationn to be verified.
|
void |
setSubject(String value)
Subject of text annotation to be verified.
|
void |
setTitle(String value)
Title of text annotation to be verified.
|
String |
toString()
Override string conversion.
|
public PdfTextAnnotationVerifyExtensions()
Creates PDF text annotation signature verification extensions with empty values.
public final String getContents()
Contents of text annotationn to be verified. Not be verified if equals empty string or null.
public final String getSubject()
Subject of text annotation to be verified. Not be verified if equals empty string or null.
public final String getTitle()
Title of text annotation to be verified. Not be verified if equals empty string or null.
public final void setContents(String value)
Contents of text annotationn to be verified. Not be verified if equals empty string or null.
public final void setSubject(String value)
Subject of text annotation to be verified. Not be verified if equals empty string or null.
public final void setTitle(String value)
Title of text annotation to be verified. Not be verified if equals empty string or null.
public String toString()
Override string conversion.
toString
in class VerifyExtensions