Skip to main content
All docs
V26.1
  • TextRun Class

    A text run in a paragraph.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public class TextRun :
        OfficeTextRunString

    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