| 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. |