Class
A contiguous block of text.
Story
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
characters | Characters | readonly | All the characters in this text range. |
insertionPoints | InsertionPoints | readonly | All the insertion points in this text range. |
length | int | 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 | readonly | The text frame items in this story. |
textRange | TextRange | readonly | The text range of the story. |
textRanges | TextRanges | 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. |
Element of
InsertionPoint.story
TextFrameItem.story
TextRange.story
Return
Story Stories.[] (index: uint)
Story Stories.getByName (name: string)
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |