→ void
Change the capitalization of text.
A range of characters from a text item.
| Name | Type | Access | Description |
|---|---|---|---|
| CharacterAttributes | readonly | The character properties for the text range. | |
| Int32 | read/write | Offset of the first character of the range from the beginning of the story, in characters. | |
| CharacterStyles |
readonly | List of referenced character styles in the text range. | |
| Characters |
readonly | All the characters in this text range. | |
| String | read/write | The text string. | |
| Int32 | read/write | End index of the text range. | |
| InsertionPoints |
readonly | All the insertion points in this text range. | |
| Int32 | read/write | Controls the spacing between two characters (in milli-ems) | |
| Int32 0– | read/write | Length of text range. | |
| Lines |
readonly | All the lines in this text range. | |
| ParagraphAttributes | readonly | The paragraph properties for the text range. | |
| ParagraphStyles |
readonly | List of referenced paragraph styles in the text range. | |
| Paragraphs |
readonly | All the paragraphs in this text range. | |
| The | readonly | The object's container. | |
| Int32 | read/write | Start index of the text range. | |
| Story | readonly | The story of the text range. | |
| TextRanges |
readonly | All the text in this text range. | |
| TextRange[] | readonly | The selected text (ranges) in the text range. | |
| String | readonly | The class name of the object. | |
| Words |
readonly | All the words in this text range. |
Change the capitalization of text.
Deselect the text range.
Duplicate this object.
Get the length of the first paragraph.
Get the length of the first text run.
Move the object.
Deletes this object.
Deletes all elements.
Select the text range.
Properties elsewhere that hold a TextRange.
Methods that return a TextRange.