Uses of Class
org.apache.poi.ooxml.POIXMLDocumentPart.RelationPart
Packages that use POIXMLDocumentPart.RelationPart
-
Uses of POIXMLDocumentPart.RelationPart in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml that return POIXMLDocumentPart.RelationPartModifier and TypeMethodDescriptionPOIXMLDocumentPart.addRelation
(String relId, POIXMLRelation relationshipType, POIXMLDocumentPart part) Add a new child POIXMLDocumentPartPOIXMLDocumentPart.createRelationship
(POIXMLRelation descriptor, POIXMLFactory factory, int idx, boolean noRelation) Create a new child POIXMLDocumentPartPOIXMLDocumentPart.getRelationPartById
(String id) Returns the targetPOIXMLDocumentPart.RelationPart
, where aPackageRelationship
is set from thePackagePart
of thisPOIXMLDocumentPart
to thePackagePart
of the targetPOIXMLDocumentPart
with aPackageRelationship.getId()
matching the given parameter value.Methods in org.apache.poi.ooxml that return types with arguments of type POIXMLDocumentPart.RelationPartModifier and TypeMethodDescriptionPOIXMLDocumentPart.getRelationParts()
Returns the list of child relations for this POIXMLDocumentPart