Package org.pptx4j.samples
Class TraverseSlide
java.lang.Object
org.pptx4j.samples.TraverseSlide
This sample is useful if you want to see what objects are used in your Slide part.
This shows a general approach for traversing the JAXB object tree in
a slide part.
It is an alternative to XSLT, and doesn't require marshalling/unmarshalling.
If many cases, the method getJAXBNodesViaXPath
may be more convenient.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
context
public static jakarta.xml.bind.JAXBContext context
-
-
Constructor Details
-
TraverseSlide
public TraverseSlide()
-
-
Method Details
-
main
- Parameters:
args-- Throws:
Exception
-