Package | Description |
---|---|
org.apache.poi | |
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
|
abstract POIXMLDocumentPart |
POIXMLFactory.newDocumentPart(POIXMLRelation descriptor)
Create a new POIXMLDocumentPart using the supplied descriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFRelation |
Modifier and Type | Field and Description |
---|---|
protected static POIXMLRelation[] |
XSSFPictureData.RELATIONS
Relationships for each known picture type
|
Modifier and Type | Method and Description |
---|---|
POIXMLDocumentPart |
XSSFFactory.newDocumentPart(POIXMLRelation descriptor) |
Modifier and Type | Class and Description |
---|---|
class |
XWPFRelation |
Modifier and Type | Method and Description |
---|---|
POIXMLDocumentPart |
XWPFFactory.newDocumentPart(POIXMLRelation descriptor) |
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.