The Document
DocumentTargetCollection
Introduced: X18.
Method | Description |
---|---|
add | Adds a new document target to the collection. |
clear | Removes all document targets from the collection. |
element |
Returns the element at a specified index in the collection.
(Inherited from Collection) |
for |
Executes a callback function for each element.
(Inherited from Collection) |
get |
Gets a value indicating whether a new document target can be inserted at the current input position. |
get |
Gets the number of elements contained in the collection.
(Inherited from Collection) |
get |
Gets the document target at the current text input position or the document target with the specified id. |
remove | Removes the target from the collection. |