TextRun Class
A text run in a paragraph.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
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