TextCollection

TextCollection class

Contains the text of a shape. Each item is text with character, paragraph and tabs properties.

Properties

NameTypeDescription
Countint
Item (int)Text

Methods

NameDescription
addAdd the Text object in the collection.
removeRemove the Text object from the collection.
clear
removeAt
iteratorReserved for internal use.

TextCollection.Count property

Type: int

TextCollection.Item (int) property

Type: Text

add(item)

Add the Text object in the collection.

ParameterTypeDescription
itemText

remove(item)

Remove the Text object from the collection.

ParameterTypeDescription
itemText

clear()

removeAt(index)

iterator()

Reserved for internal use.