Skip to main content
All docs
V25.2
  • Slide.RemoveText(IList<TextSearchInfo>) Method

    Removes specified text ranges from the slide shapes, tables and notes.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void RemoveText(
        IList<TextSearchInfo> textSearchInfos
    )

    Parameters

    Name Type Description
    textSearchInfos IList<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