org.pdfbox.pdmodel.interactive.form
Class PDSignature
- COSObjectable
A class for handling the PDF field as a signature.
findFieldType, findKid, getAcroForm, getActions, getCOSObject, getDictionary, getFieldFlags, getFieldType, getFullyQualifiedName, getKids, getParent, getPartialName, getValue, getWidget, importFDF, isNoExport, isReadonly, isRequired, setAcroForm, setActions, setFieldFlags, setKids, setNoExport, setParent, setPartialName, setReadonly, setRequired, setValue, toString |
PDSignature
public PDSignature(PDAcroForm theAcroForm,
COSDictionary field)theAcroForm - The acroForm for this field.field - The dictionary for the signature.
getValue
public String getValue()
throws IOException- getValue in interface PDField
- The string value of this field.
PDField.setValue(java.lang.String)
setValue
public void setValue(String value)
throws IOException- setValue in interface PDField
value - The new value for the field.
PDField.setValue(java.lang.String)
toString
public String toString()
Return a string rep of this object.
- toString in interface PDField
- A string rep of this object.