Class
Characters |
| A collection of characters. |
QuickLinks |
[], add, addBefore, getByName, removeAll |
Hierarchy
|
|
Properties
| Property | Type | Access | Description |
length | int |
readonly | Number of elements in the collection. |
parent | Object |
readonly | The object's container. |
typename | string |
readonly | The class name of the object. |
|
Methods
| InstancesTextRange [] (index:
uint)
Get an element in the collection with the provided index.
Parameter | Type | Description |
index | uint | |
TextRange add (contents:
string)
Create a character.
Parameter | Type | Description |
contents | string | The text string. |
TextRange addBefore (contents:
string)
Parameter | Type | Description |
contents | string | The text string. |
TextRange getByName (name:
string)
Get the first element in the collection with the provided name.
Parameter | Type | Description |
name | string | |
void removeAll ()
Deletes all elements.
|
Element of |
InsertionPoint.characters
Story.characters
TextFrameItem.characters
TextRange.characters
|