FOM Reference > Content > PDF Controls > fPDFFormCombobox interface
  
fPDFFormCombobox interface
This object represents a PDF Form combobox item. This object inherits from fPDFFormItem.
actionBlur attribute
The Action to run on the blur action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionBlur
Access
read-write
Returns
fPDFAction
actionCalculate attribute
The Action to run on the calculate action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionCalculate
Access
read-write
Returns
fPDFAction
actionClose attribute
The Action to run on the close action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionClose
Access
read-write
Returns
fPDFAction
actionDown attribute
The Action to run on the down action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionDown
Access
read-write
Returns
fPDFAction
actionEnter attribute
The Action to run on the enter action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionEnter
Access
read-write
Returns
fPDFAction
actionExit attribute
The Action to run on the exit action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionExit
Access
read-write
Returns
fPDFAction
actionFocus attribute
The Action to run on the focus action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionFocus
Access
read-write
Returns
fPDFAction
actionFormat attribute
The Action to run on the format action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionFormat
Access
read-write
Returns
fPDFAction
actionInvisible attribute
The Action to run on the invisible action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionInvisible
Access
read-write
Returns
fPDFAction
actionKeystroke attribute
The Action to run on the keystroke action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionKeystroke
Access
read-write
Returns
fPDFAction
actionOpen attribute
The Action to run on the open action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionOpen
Access
read-write
Returns
fPDFAction
actionUp attribute
The Action to run on the up action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionUp
Access
read-write
Returns
fPDFAction
actionValidate attribute
The Action to run on the validate action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionValidate
Access
read-write
Returns
fPDFAction
actionVisible attribute
The Action to run on the visible action. This should be a tag of type fTag-TYPE_PDF_ACTION.
actionVisible
Access
read-write
Returns
fPDFAction
charSpacing attribute
The character spacing for text in the form item.
charSpacing
Access
read-write
Returns
fLength
commitOnSelect attribute
If true, an item in the list will be committed as soon as it selected. Otherwise, it will only be committed when a different form item is selected.
commitOnSelect
Access
read-write
Returns
boolean
currentValue attribute
The initial value for the form item.
currentValue
Access
read-write
Returns
String
defaultValue attribute
The value for the form item when it is reset.
defaultValue
Access
read-write
Returns
String
editable attribute
If true, the currently selected item can be edited.
editable
Access
read-write
Returns
boolean
itemNameList attribute
A comma-separated list of quoted names to use when the list items are exported. If both fPDFFormCombobox-itemNameList and fPDFFormCombobox-itemTextList properties are set, they must contain the same number of values.
itemNameList
Access
read-write
Returns
String
itemTextList attribute
A comma-separated list of quoted strings to use as display labels. If both fPDFFormCombobox-itemNameList and fPDFFormCombobox-itemTextList properties are set, they must contain the same number of values.
itemTextList
Access
read-write
Returns
String
multiSelect attribute
If true, multiple items in the list can be selected.
multiSelect
Access
read-write
Returns
boolean
sorted attribute
If true, items in the list will be sorted by their itemText values.
sorted
Access
read-write
Returns
boolean
spellCheck attribute
The list item at the specified index position will be the first visible item in the form item.
spellCheck
Access
read-write
Returns
boolean