Uses of Class
org.apache.poi.ooxml.POIXMLDocumentPart.RelationPart
-
Packages that use POIXMLDocumentPart.RelationPart Package Description org.apache.poi.ooxml -
-
Uses of POIXMLDocumentPart.RelationPart in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml that return POIXMLDocumentPart.RelationPart Modifier and Type Method Description POIXMLDocumentPart.RelationPart
POIXMLDocumentPart. addRelation(java.lang.String relId, POIXMLRelation relationshipType, POIXMLDocumentPart part)
Add a new child POIXMLDocumentPartPOIXMLDocumentPart.RelationPart
POIXMLDocumentPart. createRelationship(POIXMLRelation descriptor, POIXMLFactory factory, int idx, boolean noRelation)
Create a new child POIXMLDocumentPartPOIXMLDocumentPart.RelationPart
POIXMLDocumentPart. getRelationPartById(java.lang.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.RelationPart Modifier and Type Method Description java.util.List<POIXMLDocumentPart.RelationPart>
POIXMLDocumentPart. getRelationParts()
Returns the list of child relations for this POIXMLDocumentPart
-