org.pdfbox.pdmodel.interactive.form
Class PDUnknownField
- COSObjectable
public class PDUnknownField
This class represents a form field with an unknown type.
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 |
PDUnknownField
public PDUnknownField(PDAcroForm theAcroForm,
COSDictionary field)theAcroForm - The acroForm for this field.field - The field's dictionary.
getValue
public String getValue()
throws IOException
- getValue in interface PDField
setValue
public void setValue(String value)
throws IOException
- setValue in interface PDField