Class PDSignature
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.form.PDField
org.apache.pdfbox.pdmodel.interactive.form.PDSignature
- All Implemented Interfaces:
COSObjectable
Deprecated.
A class for handling the PDF field as a signature.
- Version:
- $Revision: 1.5 $
- Author:
- Ben Litchfield
-
Field Summary
Fields inherited from class org.apache.pdfbox.pdmodel.interactive.form.PDField
FLAG_NO_EXPORT, FLAG_READ_ONLY, FLAG_REQUIRED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pdfbox.pdmodel.interactive.form.PDField
findFieldType, findKid, getAcroForm, getActions, getAlternateFieldName, getCOSObject, getDictionary, getFieldFlags, getFieldType, getFullyQualifiedName, getKids, getParent, getPartialName, getWidget, getWidgets, importFDF, isNoExport, isReadonly, isRequired, setAcroForm, setActions, setAlternateFieldName, setFieldFlags, setFieldType, setKids, setNoExport, setParent, setPartialName, setReadonly, setRequired
-
Constructor Details
-
PDSignature
Deprecated.- Parameters:
theAcroForm- The acroForm for this field.field- The dictionary for the signature.- See Also:
-
-
Method Details
-
setValue
Deprecated.Description copied from class:PDFieldsetValue sets the fields value to a given string.- Specified by:
setValuein classPDField- Parameters:
value- The new value for the field.- Throws:
IOException- If there is an error creating the appearance stream.- See Also:
-
getValue
Deprecated.Description copied from class:PDFieldgetValue gets the fields value to as a string.- Specified by:
getValuein classPDField- Returns:
- The string value of this field.
- Throws:
IOException- If there is an error creating the appearance stream.- See Also:
-
toString
Deprecated.Return a string rep of this object.
-
PDSignatureFieldinstead (see PDFBOX-1513).