public final class TextFormFieldSignature extends FormFieldSignature
Contains text input form field signature properties for Pdf Document
Constructor and Description |
---|
TextFormFieldSignature(String name)
Creates PdfTextFormFieldSignature with predefined name.
|
TextFormFieldSignature(String name,
String text)
Creates PdfTextFormFieldSignature with predefined name.
|
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clone FormField Signature instance.
|
boolean |
equals(Object signature)
Overwrites Equals method to compare signature properties
|
String |
getText()
Gets or sets text of form field text input.
|
int |
hashCode()
Overrides GetHashCode method
|
void |
setText(String value)
Gets or sets text of form field text input.
|
getName, getType, getValue, setName, setValue
getCreatedOn, getDeleted, getHeight, getLeft, getModifiedOn, getPageNumber, getSignatureId, getSignatureType, getTop, getWidth, isSignature, setCreatedOn, setHeight, setLeft, setModifiedOn, setPageNumber, setSignature, setTop, setWidth, supportMetaInfoLayer, toString
public TextFormFieldSignature(String name)
Creates PdfTextFormFieldSignature with predefined name.
name
- Name of form field object.public Object deepClone()
Clone FormField Signature instance.
deepClone
in class FormFieldSignature
public boolean equals(Object signature)
Overwrites Equals method to compare signature properties
equals
in class FormFieldSignature
signature
- Signature object to compare with.public final String getText()
Gets or sets text of form field text input.
public int hashCode()
Overrides GetHashCode method
hashCode
in class FormFieldSignature
public final void setText(String value)
Gets or sets text of form field text input.