What is the easiest/fastest way to access the slide content from a PPTX?
For example i would simply like to get stuff like text, a table or an image so that i can get the according properties like color, size and position for each.
Do I have to go over the
- Code: Select all
slidePart.getJaxbElement()
Or is it better with
- Code: Select all
slidePart.getJAXBNodesViaXPath()
Maybe something completely different ?
Thanks in advance.
Nergal