Skip to main content
All docs
V26.1
  • OfficeTextArea.ModifyTextProperties(TextRange, TextProperties) Method

    Creates a text run that matches to the given text range and applies the specified text properties to it. Properties to apply should not be null.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public void ModifyTextProperties(
        TextRange range,
        TextProperties properties
    )

    Parameters

    Name Type Description
    range TextRange

    The text range to which the properties are applied.

    properties TextProperties

    The text properties to apply.

    See Also