| Package | Description |
|---|---|
| org.apache.poi | |
| org.apache.poi.patch | |
| org.apache.poi.xslf.usermodel | |
| org.apache.poi.xssf.usermodel | |
| org.apache.poi.xwpf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
POIXMLDocumentPart |
POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor,
POIXMLFactory factory)
Create a new child POIXMLDocumentPart
|
POIXMLDocumentPart |
POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor,
POIXMLFactory factory,
int idx) |
protected POIXMLDocumentPart |
POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor,
POIXMLFactory factory,
int idx,
boolean noRelation)
Create a new child POIXMLDocumentPart
|
protected void |
POIXMLDocument.load(POIXMLFactory factory) |
protected void |
POIXMLDocumentPart.read(POIXMLFactory factory,
Map<PackagePart,POIXMLDocumentPart> context)
Iterate through the underlying PackagePart and create child POIXMLFactory instances
using the specified factory
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<PackageRelationship> |
AlfrescoPoiPatchUtils.getRelationships(POIXMLFactory factory,
PackagePart packagePart)
MNT-11823: Upload of PPTX causes very high memory usage leading to system instability
Returns filtered list of PackageRelationship relationships if properties extraction is enabled and parsing is going on for XSLF document or all relationships of the
document |
| Modifier and Type | Class and Description |
|---|---|
class |
XSLFFactory
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type
|
| Modifier and Type | Class and Description |
|---|---|
class |
XSSFFactory
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type
|
| Modifier and Type | Class and Description |
|---|---|
class |
XWPFFactory |
Copyright © 2019. All rights reserved.