Uses of Class
org.apache.poi.ooxml.POIXMLDocumentPart.RelationPart
-
Packages that use POIXMLDocumentPart.RelationPart Package Description org.apache.poi.ooxml org.apache.poi.xssf.usermodel -
-
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(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(String id)Returns the targetPOIXMLDocumentPart.RelationPart, where aPackageRelationshipis set from thePackagePartof this POIXMLDocumentPart to thePackagePartof the target POIXMLDocumentPart 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 List<POIXMLDocumentPart.RelationPart>POIXMLDocumentPart. getRelationParts()Returns the list of child relations for this POIXMLDocumentPart -
Uses of POIXMLDocumentPart.RelationPart in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return POIXMLDocumentPart.RelationPart Modifier and Type Method Description protected POIXMLDocumentPart.RelationPartXSSFDrawing. createChartRelationPart()
-