Back to Devexpress

TextAreaBase.ModifyTextProperties(TextRange, TextProperties) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-textareabase-dot-modifytextproperties-x28-devexpress-dot-docs-dot-presentation-dot-textrange-devexpress-dot-docs-dot-presentation-dot-textproperties-x29.md

latest1.6 KB
Original Source

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

csharp
public void ModifyTextProperties(
    TextRange range,
    TextProperties properties
)
vb
Public Sub ModifyTextProperties(
    range As TextRange,
    properties As TextProperties
)

Parameters

NameTypeDescription
rangeTextRange

The text range to which the properties are applied.

| | properties | TextProperties |

The text properties to apply.

|

See Also

TextAreaBase Class

TextAreaBase Members

DevExpress.Docs.Presentation Namespace