Back to Devexpress

Presentation.RemoveText(IList<TextSearchInfo>) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-dot-removetext-x28-system-dot-collections-dot-generic-dot-ilist-devexpress-dot-docs-dot-presentation-dot-textsearchinfo-x29.md

latest1.7 KB
Original Source

Presentation.RemoveText(IList<TextSearchInfo>) Method

Removes specified text ranges from the presentation (from shapes, notes, and tables).

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public void RemoveText(
    IList<TextSearchInfo> textSearchInfos
)
vb
Public Sub RemoveText(
    textSearchInfos As IList(Of TextSearchInfo)
)

Parameters

NameTypeDescription
textSearchInfosIList<TextSearchInfo>

Contains information about the text ranges to be removed.

|

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