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 Annotation 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 Annotation 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 String getContents()
Contents of Text Annotation to be verified. Not be verified if equals empty string or null.
public String getSubject()
Subject of Text Annotation to be verified. Not be verified if equals empty string or null.
public String getTitle()
Title of Text Annotation to be verified. Not be verified if equals empty string or null.
public void setContents(String value)
Contents of Text Annotation to be verified. Not be verified if equals empty string or null.
public void setSubject(String value)
Subject of Text Annotation to be verified. Not be verified if equals empty string or null.
public 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
Copyright © 2018. All rights reserved.