COSObjectablepublic class PDSignature extends PDField
PDSignatureField instead (see PDFBOX-1513).FLAG_NO_EXPORT, FLAG_READ_ONLY, FLAG_REQUIRED| Constructor | Description |
|---|---|
PDSignature(PDAcroForm theAcroForm,
COSDictionary field) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getValue() |
Deprecated.
getValue gets the fields value to as a string.
|
void |
setValue(java.lang.String value) |
Deprecated.
setValue sets the fields value to a given string.
|
java.lang.String |
toString() |
Deprecated.
Return a string rep of this object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindFieldType, 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, setRequiredpublic PDSignature(PDAcroForm theAcroForm, COSDictionary field)
theAcroForm - The acroForm for this field.field - The dictionary for the signature.PDField(PDAcroForm,COSDictionary)public void setValue(java.lang.String value)
throws java.io.IOException
PDFieldsetValue in class PDFieldvalue - The new value for the field.java.io.IOException - If there is an error creating the appearance stream.PDField.setValue(java.lang.String)public java.lang.String getValue()
throws java.io.IOException
PDFieldgetValue in class PDFieldjava.io.IOException - If there is an error creating the appearance stream.PDField.setValue(java.lang.String)