Package | Description |
---|---|
org.apache.poi.ooxml |
Modifier and Type | Method and Description |
---|---|
POIXMLDocumentPart.RelationPart |
POIXMLDocumentPart.addRelation(java.lang.String relId,
POIXMLRelation relationshipType,
POIXMLDocumentPart part)
Add a new child POIXMLDocumentPart
|
POIXMLDocumentPart.RelationPart |
POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor,
POIXMLFactory factory,
int idx,
boolean noRelation)
Create a new child POIXMLDocumentPart
|
POIXMLDocumentPart.RelationPart |
POIXMLDocumentPart.getRelationPartById(java.lang.String id)
Returns the target
POIXMLDocumentPart.RelationPart , where a
PackageRelationship is set from the PackagePart of this
POIXMLDocumentPart to the PackagePart of the target
POIXMLDocumentPart with a PackageRelationship.getId()
matching the given parameter value. |
Modifier and Type | Method and Description |
---|---|
java.util.List<POIXMLDocumentPart.RelationPart> |
POIXMLDocumentPart.getRelationParts()
Returns the list of child relations for this POIXMLDocumentPart
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.