Noob trying to generate simple text pptx

I'm really new to this library--can some tell me how I can generate a pptx file and populate it with slides containing text that my program specifies.
Specifically, I have a PresentationMLPackage that was created using an empty .pptx file. I want to make a method that looks like:
or something similar. Any help is appreciated!
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!