Example of Find and Highlight in ASP.NET Core PowerPoint (Presentation) Library
This sample demonstrates how to find a specific text and highlight it in an existing PowerPoint presentation using Find functionality of .NET PowerPoint library.
DEMO
SOURCE
Features:
.NET PowerPoint library allows you to find the text in the PowerPoint presentation and then to manipulate it.
- You can find the first occurrence or all the occurrences of the text in the PowerPoint presentation.
- You can find the text from specific slide, notes slide, master slide or layout slide.
- You can find the text by matching case, whole word and all occurrence or first occurrence alone.
- You can also find the content that spans across several lines.
More information about the Find functionality can be found in this
Documentation
section.