FOM Reference > Content > PDF Controls > fPDFFormTextField interface
  
fPDFFormTextField interface
This object represents a PDF Form text field 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
comb attribute
If true, and maxChar has a non-zero value, the form item will be equally divided into that number of subfields, one for each character.
comb
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
fileSelect attribute
If true, the text in the form item will be treated as a filename.
fileSelect
Access
read-write
Returns
boolean
maxChar attribute
The maximum number of text characters, or 0 for unlimited.
maxChar
Access
read-write
Returns
int
multiLine attribute
If true, text in the form item will be wrapped onto multiple lines if required.
multiLine
Access
read-write
Returns
boolean
password attribute
If true, text in the form item will be represented by bullet characters.
password
Access
read-write
Returns
boolean
richText attribute
If true, the form item can contain rich text.
richText
Access
read-write
Returns
boolean
scrollable attribute
If true, the form item can contain more text than will fit in the visible space and will scroll when the cursor moves.
scrollable
Access
read-write
Returns
boolean
spellCheck attribute
If true, the spell checker will be applied to text in the form field.
spellCheck
Access
read-write
Returns
boolean