Back to Devexpress

Presentation.ModifyTextProperties(IList<TextSearchInfo>, TextProperties) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-dot-modifytextproperties-x28-ilist-textsearchinfo-textproperties-x29.md

latest2.1 KB
Original Source

Presentation.ModifyTextProperties(IList<TextSearchInfo>, TextProperties) Method

Applies text properties to the given text ranges. 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(
    IList<TextSearchInfo> textSearchInfos,
    TextProperties properties
)
vb
Public Sub ModifyTextProperties(
    textSearchInfos As IList(Of TextSearchInfo),
    properties As TextProperties
)

Parameters

NameTypeDescription
textSearchInfosIList<TextSearchInfo>

Contains information about the text ranges to which the text properties are applied.

| | properties | TextProperties |

The text properties to apply.

|

Remarks

For more information, refer to the following help topic: DevExpress Presentation API: Search, Replace, Remove, and Highlight Text in a Slide or Presentation.

See Also

Presentation Class

Presentation Members

DevExpress.Docs.Presentation Namespace