| Class | Description |
|---|---|
| POIXMLDocument | |
| POIXMLDocumentPart |
Represents an entry of a OOXML package.
|
| POIXMLFactory |
Defines a factory API that enables sub-classes to create instances of
POIXMLDocumentPart |
| POIXMLProperties |
Wrapper around the two different kinds of OOXML properties
a document can have
|
| POIXMLProperties.CoreProperties |
The core document properties
|
| POIXMLProperties.CustomProperties |
Custom document properties
|
| POIXMLProperties.ExtendedProperties |
Extended document properties
|
| POIXMLPropertiesTextExtractor |
A
POITextExtractor for returning the textual
content of the OOXML file properties, eg author
and title. |
| POIXMLRelation |
Represents a descriptor of a OOXML relation.
|
| POIXMLTextExtractor |
| Exception | Description |
|---|---|
| POIXMLException |
Indicates a generic OOXML error.
|