|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.form.PDField
org.apache.pdfbox.pdmodel.interactive.form.PDChoiceButton
public abstract class PDChoiceButton
This holds common functionality for check boxes and radio buttons.
Field Summary |
---|
Fields inherited from class org.apache.pdfbox.pdmodel.interactive.form.PDField |
---|
FLAG_NO_EXPORT, FLAG_READ_ONLY, FLAG_REQUIRED |
Constructor Summary | |
---|---|
PDChoiceButton(PDAcroForm theAcroForm,
COSDictionary field)
|
Method Summary | |
---|---|
java.util.List |
getOptions()
This will get the option values "Opt" entry of the pdf button. |
void |
setOptions(java.util.List options)
This will will set the list of options for this button. |
Methods inherited from class org.apache.pdfbox.pdmodel.interactive.form.PDField |
---|
findFieldType, findKid, getAcroForm, getActions, getAlternateFieldName, getCOSObject, getDictionary, getFieldFlags, getFieldType, getFullyQualifiedName, getKids, getParent, getPartialName, getValue, getWidget, importFDF, isNoExport, isReadonly, isRequired, setAcroForm, setActions, setAlternateFieldName, setFieldFlags, setKids, setNoExport, setParent, setPartialName, setReadonly, setRequired, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PDChoiceButton(PDAcroForm theAcroForm, COSDictionary field)
theAcroForm
- The acroForm for this field.field
- The field for this button.PDField.PDField(PDAcroForm,org.apache.pdfbox.cos.COSDictionary)
Method Detail |
---|
public java.util.List getOptions()
public void setOptions(java.util.List options)
options
- The list of options for the button.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |