TextRun Class
A text run in a paragraph.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Related API Members
The following members return TextRun objects:
Remarks
A TextParagraph in a text area contains runs. Each run is a TextRun object and defines a region of the text with its own set of characteristics. The paragraph contains its runs in the Runs collection.

Implements
Inheritance
See Also