Constructor
# new ApplicationFieldCollection(txApplicationFieldCollection)
Wrapper für TXTextControl.ApplicationFieldCollection
Parameters:
Name | Type | Description |
---|---|---|
txApplicationFieldCollection |
any
|
Extends
Classes
Methods
# async getItem() → {Promise.<ApplicationField>}
Gets the field at the current input position or null, if there is no such field at the current input position
Promise.<ApplicationField>
# async remove(applicationField, keepText) → {Promise.<boolean>}
Removes a field of the type ApplicationField from a TX Text Control document
Parameters:
Name | Type | Description |
---|---|---|
applicationField |
ApplicationField
|
|
keepText |
boolean
|
Promise.<boolean>