public class PDPushButton extends PDField
FLAG_NO_EXPORT, FLAG_READ_ONLY, FLAG_REQUIRED| Constructor and Description |
|---|
PDPushButton(PDAcroForm theAcroForm,
COSDictionary field) |
| Modifier and Type | Method and 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.
|
findFieldType, findKid, getAcroForm, getActions, getAlternateFieldName, getCOSObject, getDictionary, getFieldFlags, getFieldType, getFullyQualifiedName, getKids, getParent, getPartialName, getWidget, importFDF, isNoExport, isReadonly, isRequired, setAcroForm, setActions, setAlternateFieldName, setFieldFlags, setKids, setNoExport, setParent, setPartialName, setReadonly, setRequired, toStringpublic PDPushButton(PDAcroForm theAcroForm, COSDictionary field)
theAcroForm - The acroForm for this field.field - The field for this push button.org.apache.pdfbox.pdmodel.field.PDField#COSField(org.apache.pdfbox.cos.COSDictionary)public void setValue(java.lang.String value)
throws java.io.IOException
PDField