Class
InsertionPoint |
| | A location between characters, used to insert new text objects. |
Hierarchy
|
|
Properties
| | Property | Type | Access | Description |
| characters | Characters |
readonly | All the characters in this text range. |
| lines | Lines |
readonly | All the lines in this text range. |
| paragraphs | Paragraphs |
readonly | All the paragraphs in this text range. |
| parent | Object |
readonly | The object's container. |
| story | Story |
readonly | The story of the text range. |
| textRanges | TextRanges |
readonly | All the text in this text range. |
| typename | string |
readonly | The class name of the object. |
| words | Words |
readonly | All the words in this text range. |
|
Return |
InsertionPoint InsertionPoints.[] (index:
uint)
InsertionPoint InsertionPoints.getByName (name:
string)
|