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