|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.form.PDField
org.apache.pdfbox.pdmodel.interactive.form.PDSignature
PDSignatureField
instead (see PDFBOX-1513).
public class PDSignature
A class for handling the PDF field as a signature.
Field Summary |
---|
Fields inherited from class org.apache.pdfbox.pdmodel.interactive.form.PDField |
---|
FLAG_NO_EXPORT, FLAG_READ_ONLY, FLAG_REQUIRED |
Constructor Summary | |
---|---|
PDSignature(PDAcroForm theAcroForm,
COSDictionary field)
Deprecated. |
Method Summary | |
---|---|
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. |
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, importFDF, isNoExport, isReadonly, isRequired, setAcroForm, setActions, setAlternateFieldName, setFieldFlags, setKids, setNoExport, setParent, setPartialName, setReadonly, setRequired |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PDSignature(PDAcroForm theAcroForm, COSDictionary field)
theAcroForm
- The acroForm for this field.field
- The dictionary for the signature.PDField.PDField(PDAcroForm,COSDictionary)
Method Detail |
---|
public void setValue(java.lang.String value) throws java.io.IOException
PDField
setValue
in class PDField
value
- 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
PDField
getValue
in class PDField
java.io.IOException
- If there is an error creating the appearance stream.PDField.setValue(java.lang.String)
public java.lang.String toString()
toString
in class PDField
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |