TextCollection
TextCollection class
Contains the text of a shape. Each item is text with character, paragraph and tabs properties.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Text |
Methods
| Name | Description |
|---|---|
| add | Add the Text object in the collection. |
| remove | Remove the Text object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
TextCollection.Count property
Type: int
TextCollection.Item (int) property
Type: Text
add(item)
Add the Text object in the collection.
| Parameter | Type | Description |
|---|---|---|
| item | Text |
remove(item)
Remove the Text object from the collection.
| Parameter | Type | Description |
|---|---|---|
| item | Text |
clear()
removeAt(index)
iterator()
Reserved for internal use.