org.pdfbox.pdmodel.interactive.form

Class PDUnknownField

Implemented Interfaces:
COSObjectable

public class PDUnknownField
extends PDField

This class represents a form field with an unknown type.
Version:
$Revision: 1.4 $
Author:
Ben Litchfield

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

String
getValue()
void
setValue(String value)

Methods inherited from class org.pdfbox.pdmodel.interactive.form.PDField

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

Constructor Details

PDUnknownField

public PDUnknownField(PDAcroForm theAcroForm,
                      COSDictionary field)
Parameters:
theAcroForm - The acroForm for this field.
field - The field's dictionary.

Method Details

getValue

public String getValue()
            throws IOException
Overrides:
getValue in interface PDField

setValue

public void setValue(String value)
            throws IOException
Overrides:
setValue in interface PDField