Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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