Skip to main content
All docs
V25.2
  • 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

    public class TextRun :
        TextRunStringBase

    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.

    DevExpress Presentation API - TextArea structure

    Implements

    See Also