Deletion of slides is not yet supported.
A possible workaround is to grab the Document record, then the slide SlideListWithText entry and remove the corresponing SlideAtomsSet.

Document doc = ppt.getDocumentRecord();
SlideListWithText slwt = doc.getSlideListWithTexts();

//investigate how to remove the slide's SlideAtomsSet. It can be tricky.

Yegor

Hi All. Is any workaround to delete slides from PPT present?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to