Package Explorer / Code Generator

A docx/pptx/xlsx file is an Open Packaging Convention “package”; its a zipped up collection of “parts”.

Here you can see those parts.

You can click on an XML part to see its contents. If docx4j has a JAXB model for the part, you can click on an element name to see what Java class represents it, and generate corresponding code.

Use your back button to go back and look at another element, or another part.