Property | Type | Access | Description |
characters | Characters |
readonly | All the characters in this text range. |
insertionPoints | InsertionPoints InsertionPoint |
readonly | All the insertion points in this text range. |
length | Int32 |
readonly | The number of characters in the story. |
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. |
textFrames | TextFrameItems TextFrameItem |
readonly | The text frame items in this story. |
textRange | TextRange |
readonly | The text range of the story. |
textRanges | TextRanges TextRange |
readonly | All the text in this text range. |
textSelection | Array of TextRange |
readonly | The selected text (ranges) in the story. |
typename | string |
readonly | The class name of the object. |
words | Words |
readonly | All the words in this text range. |