ShapeTextRange Members
In This Article
#Properties
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. |
#Methods
Name | Description |
---|---|
Add |
Inserts a new text range after the current Shape |
Add |
Inserts a new text range before the current Shape |
Delete() |
Deletes the current Shape |
Get |
Returns an array of all paragraphs that compose a shape’s text. |
Get |
Returns an array of all text runs that compose a shape’s text. |
See Also