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