Skip to main content
All docs
V26.1
  • TextRun(String, TextProperties) Constructor

    Initializes a new instance of the TextRun class with specified settings.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public TextRun(
        string text,
        TextProperties textProperties
    )

    Parameters

    Name Type Description
    text String

    Text run content.

    textProperties TextProperties

    Text run formatting properties.

    See Also