FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Public Attributes | |
boolean | buttonNoToggleToOff |
(Only useful for radio button) if set to true exactly one radio button must be selected at all times; clicking the currently selected button has no effect. If set to false, clicking the selected button deselects it, leaving no button selected. More... | |
boolean | buttonRadiosInUnison |
(Only useful for radio button) if set to true a group of radio buttons within a radio button field that use the same value for the on state will turn on and off in unison; that is if one is checked, they are all checked. If set to false, the buttons are mutually exclusive. More... | |
boolean | choiceMultiSelect |
(Only useful for list box) If set to true, more than one items may be selected simultaneously; if set to false, no more than one item at a time may be selected. More... | |
boolean | comboEdit |
(Only useful for combo box) if set to true the combo box includes an editable text control with a drop-down list, if set to false, it includes only a drop-down list. More... | |
boolean | commitOnSelChange |
(Only useful for choice field) If set to true, the new value is committed as soon as a selection is made with the pointing device; if set to false, the new value is not committed until the user exits the field. More... | |
boolean | hidden |
Indicates whether the field is hidden. More... | |
boolean | noExport |
Indicates whether the field can be exported by a submit-form action. More... | |
boolean | readonly |
If set to true, the user may not change the value of the field. Any associated widget annotations will not interact with the user; that is, they will not respond to mouse clicks or change their appearance in response to mouse motions. This flag is useful for fields whose values are computed or imported from a database. More... | |
boolean | required |
If set to true, the field must have a value at the time it is exported by a submit-form action. More... | |
boolean | textComb |
(Only useful for text field) if set to true use combs. if set to true the field is automatically divided into as many equally spaced positions, or combs, as the value of maximum length of a field's text, and the text is laid out into those combs. More... | |
boolean | textDoNotScroll |
(Only useful for text field) if set to true the field does not scroll (horizontally for single-line fields, vertically for multiple-line fields) to accommodate more text than fits within its annotation rectangle. Once the field is full, no further text is accepted. More... | |
boolean | textDoNotSpellCheck |
(Only useful for text field) if set to true text entered in the field is not spell-checked. More... | |
boolean | textMultiline |
(Only useful for text field) if set to true the text field can contain multiple lines of text; if set to false, the field's text is restricted to a single line. More... | |
boolean | textPassword |
(Only useful for text field) if set to true the field is intended for entering a secure password that should not be echoed visibly to the screen. Characters typed from the keyboard should instead be echoed in some unreadable form, such as asterisks or bullet characters. More... | |
boolean FieldFlagOptions::buttonNoToggleToOff |
(Only useful for radio button) if set to true exactly one radio button must be selected at all times; clicking the currently selected button has no effect. If set to false, clicking the selected button deselects it, leaving no button selected.
boolean FieldFlagOptions::buttonRadiosInUnison |
(Only useful for radio button) if set to true a group of radio buttons within a radio button field that use the same value for the on state will turn on and off in unison; that is if one is checked, they are all checked. If set to false, the buttons are mutually exclusive.
boolean FieldFlagOptions::choiceMultiSelect |
(Only useful for list box) If set to true, more than one items may be selected simultaneously; if set to false, no more than one item at a time may be selected.
boolean FieldFlagOptions::comboEdit |
(Only useful for combo box) if set to true the combo box includes an editable text control with a drop-down list, if set to false, it includes only a drop-down list.
boolean FieldFlagOptions::commitOnSelChange |
(Only useful for choice field) If set to true, the new value is committed as soon as a selection is made with the pointing device; if set to false, the new value is not committed until the user exits the field.
boolean FieldFlagOptions::hidden |
Indicates whether the field is hidden.
boolean FieldFlagOptions::noExport |
Indicates whether the field can be exported by a submit-form action.
boolean FieldFlagOptions::readonly |
If set to true, the user may not change the value of the field. Any associated widget annotations will not interact with the user; that is, they will not respond to mouse clicks or change their appearance in response to mouse motions. This flag is useful for fields whose values are computed or imported from a database.
boolean FieldFlagOptions::required |
If set to true, the field must have a value at the time it is exported by a submit-form action.
boolean FieldFlagOptions::textComb |
(Only useful for text field) if set to true use combs. if set to true the field is automatically divided into as many equally spaced positions, or combs, as the value of maximum length of a field's text, and the text is laid out into those combs.
boolean FieldFlagOptions::textDoNotScroll |
(Only useful for text field) if set to true the field does not scroll (horizontally for single-line fields, vertically for multiple-line fields) to accommodate more text than fits within its annotation rectangle. Once the field is full, no further text is accepted.
boolean FieldFlagOptions::textDoNotSpellCheck |
(Only useful for text field) if set to true text entered in the field is not spell-checked.
boolean FieldFlagOptions::textMultiline |
(Only useful for text field) if set to true the text field can contain multiple lines of text; if set to false, the field's text is restricted to a single line.
boolean FieldFlagOptions::textPassword |
(Only useful for text field) if set to true the field is intended for entering a secure password that should not be echoed visibly to the screen. Characters typed from the keyboard should instead be echoed in some unreadable form, such as asterisks or bullet characters.