ShapeTextRange Properties
Represents a text range within a shape.
Name | Description |
---|---|
Fill |
Provides access to fill options for the specified drawing object.
Inherited from Shape |
Font | Provides access to the text range’s font settings. |
Is |
Gets a value indicating whether the current range of a shape’s text has different fill settings applied. |
Is |
Gets a value indicating whether the current range of a shape’s text has different fonts applied. |
Is |
Gets a value indicating whether the current range of a shape’s text has different outline settings applied. |
Is |
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 Shape |
Paragraph |
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