Back to Devexpress

TextRun Class

officefileapi-devexpress-dot-docs-dot-presentation-7a1b2635.md

latest1.9 KB
Original Source

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

csharp
public class TextRun :
    TextRunStringBase
vb
Public Class TextRun
    Inherits 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.

Implements

ICloneable

Inheritance

Object PresentationObject TextRunBase TextRunStringBase TextRun

See Also

TextRun Members

DevExpress.Docs.Presentation Namespace