Skip to main content
All docs
V26.1
  • OfficeTextRun(TextProperties) Constructor

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

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public OfficeTextRun(
        TextProperties textProperties
    )

    Parameters

    Name Type Description
    textProperties TextProperties

    The text properties for the text run.

    See Also