Back to Devexpress

TextRunCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-5d8538a9.md

latest2.3 KB
Original Source

TextRunCollection Class

A collection of text runs in a paragraph.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class TextRunCollection :
    PresentationObjectCollection<TextRunBase>
vb
Public Class TextRunCollection
    Inherits PresentationObjectCollection(Of TextRunBase)

The following members return TextRunCollection objects:

Implements

IList<TextRunBase>

ICollection<TextRunBase>

IEnumerable<TextRunBase>

IEnumerable

Inheritance

Object PresentationCollectionBase<TextRunBase> PresentationObjectCollectionBase<TextRunBase> PresentationObjectCollection<TextRunBase> TextRunCollection

See Also

TextRunCollection Members

DevExpress.Docs.Presentation Namespace