COSObjectablepublic class PDUnknownField extends PDField
FLAG_NO_EXPORT, FLAG_READ_ONLY, FLAG_REQUIRED| Constructor | Description |
|---|---|
PDUnknownField(PDAcroForm theAcroForm,
COSDictionary field) |
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindFieldType, findKid, getAcroForm, getActions, getAlternateFieldName, getCOSObject, getDictionary, getFieldFlags, getFieldType, getFullyQualifiedName, getKids, getParent, getPartialName, getWidget, getWidgets, importFDF, isNoExport, isReadonly, isRequired, setAcroForm, setActions, setAlternateFieldName, setFieldFlags, setFieldType, setKids, setNoExport, setParent, setPartialName, setReadonly, setRequired, toStringpublic PDUnknownField(PDAcroForm theAcroForm, COSDictionary field)
theAcroForm - The acroForm for this field.field - The field's dictionary.PDField(PDAcroForm, COSDictionary)