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

    A collection of text runs in a paragraph.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public class TextRunCollection :
        OfficeObjectCollection<OfficeTextRun>

    The following members return TextRunCollection objects:

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeCollectionBase<OfficeTextRun>
    DevExpress.Docs.Office.Internal.OfficeObjectCollectionBase<OfficeTextRun>
    DevExpress.Docs.Office.Internal.OfficeObjectCollection<OfficeTextRun>
    TextRunCollection
    See Also