ShapeTextRange Properties
Represents a text range within a shape.| Name | Description |
|---|---|
| Fill | Provides access to fill options for the specified drawing object. Inherited from ShapeFormatBase. |
| Font | Provides access to the text range’s font settings. |
| IsMixedFill | Gets a value indicating whether the current range of a shape’s text has different fill settings applied. |
| IsMixedFont | Gets a value indicating whether the current range of a shape’s text has different fonts applied. |
| IsMixedOutline | Gets a value indicating whether the current range of a shape’s text has different outline settings applied. |
| IsMixedParagraph | Gets a value indicating whether the current range of a shape’s text contains multiple paragraphs with mixed properties. |
| Outline | Provides access to the options used to format an outline of the specified drawing object. Inherited from ShapeFormatBase. |
| ParagraphFormat | Provides access to the text range’s paragraph options. |
| Start | Gets the position from which the shape text range starts. |
| Text | Gets or sets the text in a text range. |
See Also