Package | Description |
---|---|
org.apache.poi |
Modifier and Type | Method and Description |
---|---|
POIXMLDocumentPart.RelationPart |
POIXMLDocumentPart.addRelation(java.lang.String relId,
POIXMLRelation relationshipType,
POIXMLDocumentPart part)
Add a new child POIXMLDocumentPart
|
protected POIXMLDocumentPart.RelationPart |
POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor,
POIXMLFactory factory,
int idx,
boolean noRelation)
Create a new child POIXMLDocumentPart
|
Modifier and Type | Method and Description |
---|---|
java.util.List<POIXMLDocumentPart.RelationPart> |
POIXMLDocumentPart.getRelationParts()
Returns the list of child relations for this POIXMLDocumentPart
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.