Contains all editable regions in the main text or another part of a document. When the EditMode has been set to ReadAndSelect, editable regions can still be edited, by a certain user.

Syntax

EditableRegionCollection

Introduced: X18.

Methods

Method Description
add Adds a new editable region to the document.
elementAt Returns the element at a specified index in the collection.
(Inherited from Collection)
forEach Executes a callback function for each element.
(Inherited from Collection)
getCount Gets the number of elements contained in the collection.
(Inherited from Collection)
getItems Gets all editable regions at the current text input position.
remove Removes an editable region from the collection.