|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pdfbox.pdmodel.interactive.form.PDField
org.pdfbox.pdmodel.interactive.form.PDSignature
public class PDSignature
A class for handling the PDF field as a signature.
| Field Summary |
|---|
| Fields inherited from class org.pdfbox.pdmodel.interactive.form.PDField |
|---|
FLAG_NO_EXPORT, FLAG_READ_ONLY, FLAG_REQUIRED |
| Constructor Summary | |
|---|---|
PDSignature(PDAcroForm theAcroForm,
COSDictionary field)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
getValue gets the fields value to as a string. |
void |
setValue(java.lang.String value)
setValue sets the fields value to a given string. |
java.lang.String |
toString()
Return a string rep of this object. |
| Methods inherited from class org.pdfbox.pdmodel.interactive.form.PDField |
|---|
findFieldType, findKid, getAcroForm, getActions, getCOSObject, getDictionary, getFieldFlags, getFieldType, getFullyQualifiedName, getKids, getParent, getPartialName, getWidget, importFDF, isNoExport, isReadonly, isRequired, setAcroForm, setActions, 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 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
PDField
getValue in class PDFieldjava.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 | |||||||||