ShapeCrawler icon indicating copy to clipboard operation
ShapeCrawler copied to clipboard

Remove Slide Master

Open ashahabov opened this issue 3 years ago • 3 comments
trafficstars

Add a capability to remove Slide Master.

Possible usage

var pres = new Presentation("pres.pptx");
var slideMaster = pres.SlideMasters[0];

slideMaster.Remove();

ashahabov avatar Nov 02 '22 11:11 ashahabov

Remove SlideMaster by using OpenXml is a complex operation, which includes deleting SlideLayout, Slides and other related stuff.

Wenfengcheng avatar Nov 09 '22 01:11 Wenfengcheng

Any update on this, I have been trying to remove slide masters, but seems super complicated

aadityarajkumawat avatar Mar 14 '25 23:03 aadityarajkumawat

No, the feature is still not available.

ashahabov avatar Mar 25 '25 19:03 ashahabov