Package | Description |
---|---|
org.apache.poi.ooxml | |
org.apache.poi.poifs.crypt.dsig | |
org.apache.poi.xddf.usermodel.chart | |
org.apache.poi.xddf.usermodel.text | |
org.apache.poi.xdgf.usermodel | |
org.apache.poi.xslf.usermodel | |
org.apache.poi.xssf.binary |
The org.apache.poi.xssf.binary package includes necessary underlying components
for streaming/read-only processing of xlsb files.
|
org.apache.poi.xssf.usermodel | |
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
protected abstract POIXMLRelation |
POIXMLFactory.getDescriptor(java.lang.String relationshipType)
returns the descriptor for the given relationship type
|
Modifier and Type | Method and Description |
---|---|
POIXMLDocumentPart.RelationPart |
POIXMLDocumentPart.addRelation(java.lang.String relId,
POIXMLRelation relationshipType,
POIXMLDocumentPart part)
Add a new child POIXMLDocumentPart
|
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
|
int |
POIXMLDocumentPart.getNextPartNumber(POIXMLRelation descriptor,
int minIdx)
Identifies the next available part number for a part of the given type,
if possible, otherwise -1 if none are available.
|
POIXMLDocumentPart |
POIXMLFactory.newDocumentPart(POIXMLRelation descriptor)
Create a new POIXMLDocumentPart using the supplied descriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
DSigRelation |
Modifier and Type | Method and Description |
---|---|
protected abstract POIXMLRelation |
XDDFChart.getChartRelation() |
protected abstract POIXMLRelation |
XDDFChart.getChartWorkbookRelation() |
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 | Method and Description |
---|---|
XDDFHyperlink |
XDDFTextRun.linkToExternal(java.lang.String url,
PackagePart localPart,
POIXMLRelation relation) |
XDDFHyperlink |
XDDFTextRun.linkToInternal(java.lang.String action,
PackagePart localPart,
POIXMLRelation relation,
PackagePartName target) |
Modifier and Type | Class and Description |
---|---|
class |
XDGFRelation |
Modifier and Type | Method and Description |
---|---|
protected POIXMLRelation |
XDGFFactory.getDescriptor(java.lang.String relationshipType) |
Modifier and Type | Method and Description |
---|---|
POIXMLDocumentPart |
XDGFFactory.newDocumentPart(POIXMLRelation descriptor) |
Modifier and Type | Class and Description |
---|---|
class |
XSLFRelation |
Modifier and Type | Method and Description |
---|---|
protected POIXMLRelation |
XSLFChart.getChartRelation() |
protected POIXMLRelation |
XSLFChart.getChartWorkbookRelation() |
protected POIXMLRelation |
XSLFFactory.getDescriptor(java.lang.String relationshipType) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFBRelation
Need to have this mirror class of
XSSFRelation
because of conflicts with regular ooxml relations. |
Modifier and Type | Class and Description |
---|---|
class |
XSSFRelation
Defines namespaces, content types and normal file names / naming
patterns, for the well-known XSSF format parts.
|
Modifier and Type | Field and Description |
---|---|
protected static POIXMLRelation[] |
XSSFPictureData.RELATIONS
Relationships for each known picture type
|
Modifier and Type | Method and Description |
---|---|
protected POIXMLRelation |
XSSFChart.getChartRelation() |
protected POIXMLRelation |
XSSFChart.getChartWorkbookRelation() |
protected POIXMLRelation |
XSSFFactory.getDescriptor(java.lang.String relationshipType) |
Modifier and Type | Class and Description |
---|---|
class |
XWPFRelation |
Modifier and Type | Field and Description |
---|---|
protected static POIXMLRelation[] |
XWPFPictureData.RELATIONS
Relationships for each known picture type
|
Modifier and Type | Method and Description |
---|---|
protected POIXMLRelation |
XWPFChart.getChartRelation() |
protected POIXMLRelation |
XWPFChart.getChartWorkbookRelation() |
protected POIXMLRelation |
XWPFFactory.getDescriptor(java.lang.String relationshipType) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.