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

Example of Find and Replace in ASP.NET MVC PowerPoint (Presentation) Library

This sample demonstrates how to replace a specific text in the PowerPoint presentation with another text using Find and Replace 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 Find :   Text to Replace :
Match case      Match whole word      Replace only the first occurrence
 
.NET PowerPoint library allows you to replace a specific text in the PowerPoint presentation with another text.
  • You can find and replace the text with another text in all PowerPoint slides and elements such as Shape, Textbox, Table, SmartArt, etc.
  • You can replace the text in specific slide, notes slide, master slide or layout slide.
  • You can replace the text by matching case, whole word and all occurrence or first occurrence alone.
  • You can also replace the content that spans across several lines.
More information about the Find and Replace functionality can be found in this documentation section.