ShapeTextRange Methods
Represents a text range within a shape.| Name | Description |
|---|---|
| AddAfter(String) | Inserts a new text range after the current ShapeTextRange object. |
| AddBefore(String) | Inserts a new text range before the current ShapeTextRange object. |
| Delete() | Deletes the current ShapeTextRange object. |
| GetParagraphs() | Returns an array of all paragraphs that compose a shape’s text. |
| GetRuns() | Returns an array of all text runs that compose a shape’s text. |
See Also