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)
Create a new child POIXMLDocumentPart
|
POIXMLDocumentPart.RelationPart |
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,
java.util.Map<PackagePart,POIXMLDocumentPart> context)
Iterate through the underlying PackagePart and create child POIXMLFactory instances
using the specified factory
|
Modifier and Type | Method and Description |
---|---|
protected abstract POIXMLFactory |
XDDFChart.getChartFactory() |
Modifier and Type | Method and Description |
---|---|
PackageRelationship |
XDDFChart.createRelationshipInChart(POIXMLRelation chartRelation,
POIXMLFactory chartFactory,
int chartIndex)
method to create relationship with embedded part for example writing xlsx
file stream into output stream
|
Modifier and Type | Class and Description |
---|---|
class |
XDGFFactory
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type
|
Modifier and Type | Class and Description |
---|---|
class |
XSLFFactory
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type
|
Modifier and Type | Method and Description |
---|---|
protected POIXMLFactory |
XSLFChart.getChartFactory() |
Modifier and Type | Class and Description |
---|---|
class |
XSSFFactory
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type
|
Modifier and Type | Method and Description |
---|---|
protected POIXMLFactory |
XSSFChart.getChartFactory() |
Modifier and Type | Class and Description |
---|---|
class |
XWPFFactory
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type
|
Modifier and Type | Method and Description |
---|---|
protected POIXMLFactory |
XWPFChart.getChartFactory() |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.