Skip to main content
All docs
V25.2
  • TextAreaBase.ModifyTextProperties(IList<TextRange>, TextProperties) Method

    Applies text properties to the specified text ranges. Properties to apply should not be null.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public void ModifyTextProperties(
        IList<TextRange> ranges,
        TextProperties properties
    )

    Parameters

    Name Type Description
    ranges IList<TextRange>

    The text ranges to which the properties are applied.

    properties TextProperties

    The text properties to apply.

    See Also