public 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(IDocument doc)
Creates CombBox field to work with Generator.
|
ComboBoxField(IDocument doc,
Rectangle rect)
Constructor for Combobox field.
|
ComboBoxField(Page page,
Rectangle rect)
Constructor for ComboBox Field.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getEditable()
Gets editable status of the field.
|
boolean |
getSpellCheck()
Gets spellchaeck activiity status.
|
void |
setEditable(boolean value)
Sets editable status of the field.
|
void |
setSpellCheck(boolean value)
Sets spellchaeck activity status.
|
addOption, addOption, deleteOption, getCommitImmediately, getMultiSelect, getOptions, getSelected, getSelectedItems, getValue, setCommitImmediately, setMultiSelect, setSelected, setSelectedItems, setValue
add, clear, contains, copyTo, copyTo, flatten, get_Item, get_Item, getAlternateName, getAnnotationIndex, getMappingName, getMaxFontSize, getPageIndex, getPartialName, getRect, getSyncRoot, getTabOrder, isFitIntoRectangle, isGroup, isReadOnly, isSharedField, isSynchronized, iterator, recalculate, remove, setAlternateName, setAnnotationIndex, setFitIntoRectangle, setMappingName, setMaxFontSize, setPartialName, setPosition, setRect, setSharedField, setTabOrder, size, updateAppearances
accept, getAnnotationActions, getAnnotationType, 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, getPdfActions, getRectangle, getStates, getTextHorizontalAlignment, getWidth, initialize, isUpdateAppearanceOnConvert, isUseFontSubset, setActiveState, setAlignment, setBorder, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setStructParent, setTextHorizontalAlignment, setUpdateAppearanceOnConvert, setUseFontSubset, setWidth
deepClone, getHorizontalAlignment, getHyperlink, getMargin, getVerticalAlignment, getZIndex, isFirstParagraphInColumn, isInLineParagraph, isInNewPage, isKeptWithNext, setFirstParagraphInColumn, setHorizontalAlignment, setHyperlink, setInLineParagraph, setInNewPage, setKeptWithNext, setMargin, setVerticalAlignment, setZIndex
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ComboBoxField()
Constructor for ComboBoxField to be used in Generator.
public ComboBoxField(IDocument doc)
Creates CombBox field to work with Generator.
doc
- Document where field will be created.public ComboBoxField(Page page, Rectangle rect)
page
- Page where field will be placed.rect
- Rectangle which defines size and position of the field on the page.public boolean getEditable()
Gets editable status of the field.
public void setEditable(boolean value)
Sets editable status of the field.
value
- boolean valuepublic boolean getSpellCheck()
Gets spellchaeck activiity status.
public void setSpellCheck(boolean value)
Sets spellchaeck activity status.
value
- boolean value