Class
A location between characters, used to insert new text objects.
InsertionPoint
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 TextRange | 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.getByName (name: string)
Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |