public class PDChoiceField extends PDVariableText
Modifier and Type | Field and Description |
---|---|
static int |
FLAG_COMBO
A Ff flag.
|
static int |
FLAG_EDIT
A Ff flag.
|
FLAG_COMB, FLAG_DO_NOT_SCROLL, FLAG_DO_NOT_SPELL_CHECK, FLAG_FILE_SELECT, FLAG_MULTILINE, FLAG_PASSWORD, FLAG_RICH_TEXT, QUADDING_CENTERED, QUADDING_LEFT, QUADDING_RIGHT
FLAG_NO_EXPORT, FLAG_READ_ONLY, FLAG_REQUIRED
Constructor and Description |
---|
PDChoiceField(PDAcroForm theAcroForm,
COSDictionary field) |
Modifier and Type | Method and Description |
---|---|
COSArray |
getOptions()
This will get the option values "Opt".
|
COSArray |
getSelectedOptions()
This will get the indices of the selected options "I".
|
int |
getTopIndex()
This will get the top index "TI" value.
|
void |
setValue(String optionValue)
setValue sets the fields value to a given string.
|
doNotScroll, doNotSpellCheck, getDefaultAppearance, getQ, getValue, isFileSelect, isMultiline, isPassword, isRichText, setComb, setDoNotScroll, setDoNotSpellCheck, setFileSelect, setMultiline, setPassword, setQ, setRichText, shouldComb
findFieldType, findKid, getAcroForm, getActions, getAlternateFieldName, getCOSObject, getDictionary, getFieldFlags, getFieldType, getFullyQualifiedName, getKids, getParent, getPartialName, getWidget, importFDF, isNoExport, isReadonly, isRequired, setAcroForm, setActions, setAlternateFieldName, setFieldFlags, setFieldType, setKids, setNoExport, setParent, setPartialName, setReadonly, setRequired, toString
public static final int FLAG_COMBO
public static final int FLAG_EDIT
public PDChoiceField(PDAcroForm theAcroForm, COSDictionary field)
theAcroForm
- The acroForm for this field.field
- The field for this choice field.PDField.PDField(PDAcroForm,COSDictionary)
public void setValue(String optionValue) throws IOException
PDField
setValue
in class PDVariableText
optionValue
- The new value for this text field.IOException
- If there is an error calculating the appearance stream or the value in not one of the existing
options.PDField.setValue(java.lang.String)
public COSArray getSelectedOptions()
public int getTopIndex()
public COSArray getOptions()
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.