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.RelationPartPOIXMLDocumentPart. addRelation(java.lang.String relId, POIXMLRelation relationshipType, POIXMLDocumentPart part)Add a new child POIXMLDocumentPartPOIXMLDocumentPart.RelationPartPOIXMLDocumentPart. createRelationship(POIXMLRelation descriptor, POIXMLFactory factory, int idx, boolean noRelation)Create a new child POIXMLDocumentPartPOIXMLDocumentPart.RelationPartPOIXMLDocumentPart. getRelationPartById(java.lang.String id)Returns the targetPOIXMLDocumentPart.RelationPart, where aPackageRelationshipis set from thePackagePartof thisPOIXMLDocumentPartto thePackagePartof the targetPOIXMLDocumentPartwith 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
-