• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

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
Click the button to view the generated PowerPoint document. Please note that Microsoft PowerPoint Viewer or Microsoft PowerPoint is required to view the resultant PowerPoint document.
Text to Highlight :
Match case      Match whole word      Highlight only the first occurrence
 
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.