Specifically, I have a PresentationMLPackage that was created using an empty .pptx file. I want to make a method that looks like:
- Code: Select all
private void addSlide(PresentationMLPackage, String title, String body)
or something similar. Any help is appreciated!