Contains all editable regions in the main text or another part of a document. When the Edit
EditableRegionCollection Introduced: X18.
| Method | Description |
|---|---|
| add | Adds a new editable region to the document. |
| 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 the number of elements contained in the collection.
(Inherited from Collection) |
| get |
Gets all editable regions at the current text input position. |
| remove | Removes an editable region from the collection. |
Learn more about the Javascript: Editable