public final class ComboBoxField extends ChoiceField
Class representing Combobox field of the form.
_FileSelect, _Password
_disableUpdateAppearance
Constructor and Description |
---|
ComboBoxField()
Constructor for ComboBoxField to be used in Generator.
|
ComboBoxField(Page page,
Rectangle rect) |
Modifier and Type | Method and Description |
---|---|
boolean |
getEditable()
Gets editable status of the field.
|
boolean |
getSpellCheck()
Sets spellchaeck activiity status.
|
void |
setEditable(boolean value)
Sets editable status of the field.
|
void |
setSelected(int value)
Sets index of currently selected item in combo box list.
|
void |
setSpellCheck(boolean value)
Sets spellchaeck activiity status.
|
addOption, addOption, deleteOption, getCommitImmediately, getMultiSelect, getOptions, getSelected, getSelectedItems, getValue, setCommitImmediately, setMultiSelect, setSelectedItems, setValue
copyTo, flatten, get_Item, get_Item, getAlternateName, getAnnotationIndex, getMappingName, getPageIndex, getPartialName, getRect, getSyncRoot, isGroup, isSharedField, isSharedField, isSynchronized, iterator, recalculate, setAlternateName, setAnnotationIndex, setFieldImage, setFitIntoRectangle, setMappingName, setPartialName, setPosition, setRect, size, updateAppearances
accept, getActions, getDefaultAppearance, getExportable, getHighlighting, getOnActivated, getParent, getReadOnly, getRequired, setDefaultAppearance, setExportable, setHighlighting, setOnActivated, setReadOnly, setRequired
createAnnotation, getActiveState, getAlignment, getAppearance, getBorder, getCharacteristics, getColor, getContents, getEngineDict, getEngineObj, getFlags, getFullName, getHeight, getHorizontalAlignment_Annotation_New, getModified, getModifiedInternal, getName, getNormalAppearance, getPage, getPageIndex, getStates, getWidth, initialize, setActiveState, setAlignment, setBorder, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setWidth
deepClone, getMargin, isKeptWithNext, isKeptWithNext, setHorizontalAlignment, setMargin, setVerticalAlignment
public ComboBoxField()
Constructor for ComboBoxField to be used in Generator.
public boolean getEditable()
Gets editable status of the field.
public void setEditable(boolean value)
Sets editable status of the field.
public boolean getSpellCheck()
Sets spellchaeck activiity status.
public void setSpellCheck(boolean value)
Sets spellchaeck activiity status.
public void setSelected(int value)
Sets index of currently selected item in combo box list.
setSelected
in class ChoiceField
Copyright © 2019 Aspose. All Rights Reserved.