|
||||||||||
| 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.PDUnknownField
public class PDUnknownField
This class represents a form field with an unknown type.
| Field Summary |
|---|
| Fields inherited from class org.pdfbox.pdmodel.interactive.form.PDField |
|---|
FLAG_NO_EXPORT, FLAG_READ_ONLY, FLAG_REQUIRED |
| Constructor Summary | |
|---|---|
PDUnknownField(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. |
| 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, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PDUnknownField(PDAcroForm theAcroForm,
COSDictionary field)
theAcroForm - The acroForm for this field.field - The field's dictionary.PDField.PDField(PDAcroForm, COSDictionary)| Method Detail |
|---|
public void setValue(java.lang.String value)
throws java.io.IOException
setValue in class PDFieldvalue - the string value
java.io.IOException - If there is an error creating the appearance stream.
public java.lang.String getValue()
throws java.io.IOException
getValue in class PDFieldjava.io.IOException - If there is an error getting the value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||