Skip to main content
All docs
V25.2
  • TextRunCollection.Add(String) Method

    Creates a text run with the specified text and adds it to the collection.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public TextRun Add(
        string text
    )

    Parameters

    Name Type Description
    text String

    The text run’s content.

    Returns

    Type Description
    TextRun

    The created text run.

    See Also