Skip to content

TextRanges

textRanges

Description

A collection of TextRange objects.


Properties

TextRanges.length

textRanges.length

Description

The number of elements in the collection.

Type

Number; read-only.


TextRanges.parent

textRanges.parent

Description

The object's container.

Type

Object; read-only.


TextRanges.typename

textRanges.typename

Description

The class name of the referenced object.

Type

String; read-only.


Methods

TextRanges.index()

textRanges.index(itemKey)

Description

Gets an element from the collection.

Parameters

Parameter Type Description
itemKey String, Number String or number key

Returns

TextRange


TextRanges.removeAll()

textRanges.removeAll()

Description

Deletes all elements in this collection.

Returns

Nothing.