Skip to main content
All docs
V25.2
  • TextAreaBase.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.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    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