Package | Description |
---|---|
org.apache.poi | |
org.apache.poi.xslf.usermodel | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method | 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
|
protected POIXMLDocumentPart |
POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor,
POIXMLFactory factory,
int idx,
boolean noRelation) |
Create a new child POIXMLDocumentPart
|
abstract POIXMLDocumentPart |
POIXMLFactory.newDocumentPart(POIXMLRelation descriptor) |
Create a new POIXMLDocumentPart using the supplied descriptor.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XSLFRelation |
Modifier and Type | Field | Description |
---|---|---|
protected static POIXMLRelation[] |
XSLFPictureData.RELATIONS |
Relationships for each known picture type
|
Modifier and Type | Method | Description |
---|---|---|
POIXMLDocumentPart |
XSLFFactory.newDocumentPart(POIXMLRelation descriptor) |
Modifier and Type | Class | Description |
---|---|---|
class |
XSSFRelation |
Modifier and Type | Field | Description |
---|---|---|
protected static POIXMLRelation[] |
XSSFPictureData.RELATIONS |
Relationships for each known picture type
|
Modifier and Type | Method | Description |
---|---|---|
POIXMLDocumentPart |
XSSFFactory.newDocumentPart(POIXMLRelation descriptor) |
Modifier and Type | Class | Description |
---|---|---|
class |
XWPFRelation |
Modifier and Type | Field | Description |
---|---|---|
protected static POIXMLRelation[] |
XWPFPictureData.RELATIONS |
Relationships for each known picture type
|
Modifier and Type | Method | Description |
---|---|---|
POIXMLDocumentPart |
XWPFFactory.newDocumentPart(POIXMLRelation descriptor) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.