Skip to content

TextRanges

textRanges

A collection of TextRange objects.


textRanges.length

The number of elements in the collection.

Number; read-only.


textRanges.parent

The object’s container.

Object; read-only.


textRanges.typename

The class name of the referenced object.

String; read-only.


textRanges.index(itemKey)

Gets an element from the collection.

ParameterTypeDescription
itemKeyString, NumberString or number key

TextRange


textRanges.removeAll()

Deletes all elements in this collection.

Nothing.