[]
Represents the ComboBox field.
new ComboBoxField(om): ComboBoxField;
Creates a new ComboBoxField.
ObjectManager that controls the lifetime of the ComboBoxField.
ComboBoxField
ChoiceField.constructor
new ComboBoxField(): ComboBoxField;
Creates a new ComboBoxField.
ComboBoxField
ChoiceField.constructor
get alternateName(): string;
Gets or sets an alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field). This text is also useful when extracting the document's contents in support of accessibility to users with disabilities or for other purposes.
string
set alternateName(value): void;
Gets or sets an alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field). This text is also useful when extracting the document's contents in support of accessibility to users with disabilities or for other purposes.
string
void
get calculationIndex(): number;
Gets or sets an index that is used to determine the field's calculation order. Fields with lower indices are calculated before fields with higher indices.
If several fields have the same CalculationIndex, the calculation order is determined by the order of fields in the collection.
recalculateValue can be used to specify JavaScript that is used to calculate the field's value.
number
set calculationIndex(value): void;
Gets or sets an index that is used to determine the field's calculation order. Fields with lower indices are calculated before fields with higher indices.
If several fields have the same CalculationIndex, the calculation order is determined by the order of fields in the collection.
recalculateValue can be used to specify JavaScript that is used to calculate the field's value.
number
void
get children(): FieldCollection;
Gets the list of child fields.
get commitOnSelChange(): boolean;
Gets or sets a value indicating whether the new value is committed as soon as a selection is made with the pointing device. This option enables applications to perform an action once a selection is made, without requiring the user to exit the field. If false, the new value is not committed until the user exits the field.
boolean
set commitOnSelChange(value): void;
Gets or sets a value indicating whether the new value is committed as soon as a selection is made with the pointing device. This option enables applications to perform an action once a selection is made, without requiring the user to exit the field. If false, the new value is not committed until the user exits the field.
boolean
void
get defaultSelectedIndex(): number;
Gets or sets the index of item selected by default.
number
set defaultSelectedIndex(value): void;
Gets or sets the index of item selected by default.
number
void
ChoiceField.defaultSelectedIndex
get defaultText(): string;
Gets or sets the default value of this ComboBoxField as a string.
The behavior varies based on the 'editable' property:
string
set defaultText(value): void;
Gets or sets the default value of this ComboBoxField as a string.
The behavior varies based on the 'editable' property:
string
void
get defaultValue(): number;
Gets or sets the default value of ComboBoxField, value is specified as index of selected item.
number
set defaultValue(value): void;
Gets or sets the default value of ComboBoxField, value is specified as index of selected item.
number
void
get doc(): PdfDocument;
Gets the PdfDocument owning this field.
get editable(): boolean;
Gets or sets a value indicating whether the combo box includes an editable text box as well as a drop-down list.
boolean
set editable(value): void;
Gets or sets a value indicating whether the combo box includes an editable text box as well as a drop-down list.
boolean
void
get export(): boolean;
Gets or sets a value indicating whether the field must not be exported by a ActionSubmitForm action.
boolean
set export(value): void;
Gets or sets a value indicating whether the field must not be exported by a ActionSubmitForm action.
boolean
void
get formatValue(): ActionJavaScript;
Gets or sets a JavaScript action to be performed before the field is formatted to display its current value. This action can modify the field's value before formatting.
set formatValue(value): void;
Gets or sets a JavaScript action to be performed before the field is formatted to display its current value. This action can modify the field's value before formatting.
| ActionJavaScriptProperties
| ActionJavaScript
void
get id(): number;
Gets the reference to the object.
number
get items(): (
| string
| ChoiceFieldItemProperties)[];
Gets the list of items displayed in field.
(
| string
| ChoiceFieldItemProperties)[]
set items(value): void;
Gets the list of items displayed in field.
(
| string
| ChoiceFieldItemProperties)[]
void
get justification(): VariableTextJustification;
Gets or sets the justification to be used in displaying the field's text. Note that this field is used only if WidgetAnnotation#justification is not specified.
set justification(value): void;
Gets or sets the justification to be used in displaying the field's text. Note that this field is used only if WidgetAnnotation#justification is not specified.
void
get keyPress(): ActionJavaScript;
Gets or sets a JavaScript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box. This action can check the keystroke for validity and reject or modify it.
set keyPress(value): void;
Gets or sets a JavaScript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box. This action can check the keystroke for validity and reject or modify it.
| ActionJavaScriptProperties
| ActionJavaScript
void
get mappingName(): string;
Gets or sets the mapping name to be used when exporting interactive form field data from the document.
string
set mappingName(value): void;
Gets or sets the mapping name to be used when exporting interactive form field data from the document.
string
void
get name(): string;
Gets or sets the field's name.
string
set name(value): void;
Gets or sets the field's name.
string
void
get om(): ObjectManager;
Gets the owner ObjectManager instance.
get owner(): FieldCollection;
Gets the FieldCollection containing this field.
get page(): PdfPage;
Gets or sets the PdfPage containing this field. This property wraps the WidgetAnnotation#page property and functions identically to: this.widget.page = value;
Note that a field may have multiple associated annotations across different pages. These can be added and configured using the @widgets property.
set page(value): void;
Gets or sets the PdfPage containing this field. This property wraps the WidgetAnnotation#page property and functions identically to: this.widget.page = value;
Note that a field may have multiple associated annotations across different pages. These can be added and configured using the @widgets property.
void
get parent(): Field;
Gets the parent field.
get readOnly(): boolean;
Gets or sets a value indicating whether 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
set readOnly(value): void;
Gets or sets a value indicating whether 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
void
get recalculateValue(): ActionJavaScript;
Gets or sets a JavaScript action to be performed to recalculate the value of this field when that of another field changes.
set recalculateValue(value): void;
Gets or sets a JavaScript action to be performed to recalculate the value of this field when that of another field changes.
| ActionJavaScriptProperties
| ActionJavaScript
void
get rect(): Rect;
Gets or sets the rectangle that defines the location and size of the field on a page. This property wraps the WidgetAnnotation#rect property and functions identically to: this.widget.rect = value;
Note that a field may have multiple associated annotations across different pages. These can be added and configured using the @widgets property.
set rect(value): void;
Gets or sets the rectangle that defines the location and size of the field on a page. This property wraps the WidgetAnnotation#rect property and functions identically to: this.widget.rect = value;
Note that a field may have multiple associated annotations across different pages. These can be added and configured using the @widgets property.
void
get required(): boolean;
Gets or sets a value indicating whether the field must have a value at the time it is exported by a ActionSubmitForm action.
boolean
set required(value): void;
Gets or sets a value indicating whether the field must have a value at the time it is exported by a ActionSubmitForm action.
boolean
void
get selectedIndex(): number;
Gets or sets the index of selected item.
number
set selectedIndex(value): void;
Gets or sets the index of selected item.
number
void
get sort(): boolean;
Gets or sets a value indicating whether the field's option items should be sorted alphabetically. This flag is intended for use by form authoring tools, not by PDF viewer applications. Viewers should simply display the options in the order in which they occur in the Opt array
boolean
set sort(value): void;
Gets or sets a value indicating whether the field's option items should be sorted alphabetically. This flag is intended for use by form authoring tools, not by PDF viewer applications. Viewers should simply display the options in the order in which they occur in the Opt array
boolean
void
get spellCheck(): boolean;
Gets or sets a value indicating whether the text entered in the field is spell-checked.
boolean
set spellCheck(value): void;
Gets or sets a value indicating whether the text entered in the field is spell-checked.
boolean
void
get text(): string;
Gets or sets the string value of this ComboBoxField.
The behavior varies based on the 'editable' property:
string
set text(value): void;
Gets or sets the string value of this ComboBoxField.
The behavior varies based on the 'editable' property:
string
void
get value(): number;
Gets or sets the value of ComboBoxField, value is specified as index of selected item.
number
set value(value): void;
Gets or sets the value of ComboBoxField, value is specified as index of selected item.
number
void
get valueChanged(): ActionJavaScript;
Gets or sets a JavaScript action to be performed when the field's value is changed. This action can check the new value for validity.
set valueChanged(value): void;
Gets or sets a JavaScript action to be performed when the field's value is changed. This action can check the new value for validity.
| ActionJavaScriptProperties
| ActionJavaScript
void
get widget(): WidgetAnnotation;
Gets the WidgetAnnotation defining view properties of the text field.
get widgets(): FieldWidgetCollection;
Gets the list of widget annotations associated with this field.
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void