Uses of Class
org.apache.poi.openxml4j.opc.PackageRelationship
-
Packages that use PackageRelationship Package Description org.apache.poi.ooxml org.apache.poi.openxml4j.opc org.apache.poi.xddf.usermodel.chart org.apache.poi.xssf.usermodel org.apache.poi.xwpf.usermodel -
-
Uses of PackageRelationship in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml that return PackageRelationship Modifier and Type Method Description protected PackageRelationshipPOIXMLFactory. getPackageRelationship(POIXMLDocumentPart parent, PackagePart part)Retrieves the package relationship of the child part within the parentPackageRelationshipPOIXMLDocumentPart.RelationPart. getRelationship()Methods in org.apache.poi.ooxml with parameters of type PackageRelationship Modifier and Type Method Description protected PackagePartPOIXMLDocumentPart. getTargetPart(PackageRelationship rel)Get the PackagePart that is the target of a relationship from this Part. -
Uses of PackageRelationship in org.apache.poi.openxml4j.opc
Methods in org.apache.poi.openxml4j.opc that return PackageRelationship Modifier and Type Method Description PackageRelationshipOPCPackage. addExternalRelationship(String target, String relationshipType)Adds an external relationship to a part (except relationships part).PackageRelationshipOPCPackage. addExternalRelationship(String target, String relationshipType, String id)Adds an external relationship to a part (except relationships part).PackageRelationshipPackagePart. addExternalRelationship(String target, String relationshipType)Adds an external relationship to a part (except relationships part).PackageRelationshipPackagePart. addExternalRelationship(String target, String relationshipType, String id)Adds an external relationship to a part (except relationships part).PackageRelationshipRelationshipSource. addExternalRelationship(String target, String relationshipType)Adds an external relationship to a part (except relationships part).PackageRelationshipRelationshipSource. addExternalRelationship(String target, String relationshipType, String id)Adds an external relationship to a part (except relationships part).PackageRelationshipOPCPackage. addRelationship(PackagePartName targetPartName, TargetMode targetMode, String relationshipType)Add a package relationship.PackageRelationshipOPCPackage. addRelationship(PackagePartName targetPartName, TargetMode targetMode, String relationshipType, String relID)Add a relationship to the package (except relationships part).PackageRelationshipPackagePart. addRelationship(URI targetURI, TargetMode targetMode, String relationshipType)Add a relationship to a part (except relationships part).PackageRelationshipPackagePart. addRelationship(URI targetURI, TargetMode targetMode, String relationshipType, String id)Add a relationship to a part (except relationships part).PackageRelationshipPackagePart. addRelationship(PackagePartName targetPartName, TargetMode targetMode, String relationshipType)Add a relationship to a part (except relationships part).PackageRelationshipPackagePart. addRelationship(PackagePartName targetPartName, TargetMode targetMode, String relationshipType, String id)Add a relationship to a part (except relationships part).PackageRelationshipPackageRelationshipCollection. addRelationship(URI targetUri, TargetMode targetMode, String relationshipType, String id)Add a relationship to the collection.PackageRelationshipRelationshipSource. addRelationship(PackagePartName targetPartName, TargetMode targetMode, String relationshipType)Add a relationship to a part (except relationships part).PackageRelationshipRelationshipSource. addRelationship(PackagePartName targetPartName, TargetMode targetMode, String relationshipType, String id)Add a relationship to a part (except relationships part).PackageRelationshipPackageRelationshipCollection. findExistingInternalRelation(PackagePart packagePart)PackageRelationshipPackagePart. findExistingRelation(PackagePart packagePart)Check if the new part was already added before via PackagePart.addRelationship()PackageRelationshipOPCPackage. getRelationship(String id)PackageRelationshipPackagePart. getRelationship(String id)Retrieves a package relationship from its id.PackageRelationshipPackageRelationshipCollection. getRelationship(int index)Retrieves a relationship by its index in the collection.PackageRelationshipRelationshipSource. getRelationship(String id)Retrieves a package relationship from its id.PackageRelationshipPackageRelationshipCollection. getRelationshipByID(String id)Retrieves a package relationship based on its id.Methods in org.apache.poi.openxml4j.opc that return types with arguments of type PackageRelationship Modifier and Type Method Description Iterator<PackageRelationship>PackageRelationshipCollection. iterator()Get this collection's iterator.Iterator<PackageRelationship>PackageRelationshipCollection. iterator(String typeFilter)Get an iterator of a collection with all relationship with the specified type.Spliterator<PackageRelationship>PackageRelationshipCollection. spliterator()Get this collection's spliterator.Methods in org.apache.poi.openxml4j.opc with parameters of type PackageRelationship Modifier and Type Method Description voidPackageRelationshipCollection. addRelationship(PackageRelationship relPart)Add the specified relationship to the collection.PackagePartOPCPackage. getPart(PackageRelationship partRel)Get the target part from the specified relationship.PackagePartPackagePart. getRelatedPart(PackageRelationship rel)Get the PackagePart that is the target of a relationship.booleanOPCPackage. isRelationshipExists(PackageRelationship rel)booleanPackagePart. isRelationshipExists(PackageRelationship rel)Checks if the specified relationship is part of this package part.booleanRelationshipSource. isRelationshipExists(PackageRelationship rel)Checks if the specified relationship is part of this package part. -
Uses of PackageRelationship in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return PackageRelationship Modifier and Type Method Description PackageRelationshipXDDFChart. createRelationshipInChart(POIXMLRelation chartRelation, POIXMLFactory chartFactory, int chartIndex)method to create relationship with embedded part for example writing xlsx file stream into output stream -
Uses of PackageRelationship in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return PackageRelationship Modifier and Type Method Description protected PackageRelationshipXSSFDrawing. addPictureReference(int pictureIndex)Add the indexed picture to this drawing relationsMethods in org.apache.poi.xssf.usermodel with parameters of type PackageRelationship Modifier and Type Method Description protected voidXSSFPicture. setPictureReference(PackageRelationship rel)Link this shape with the picture dataConstructors in org.apache.poi.xssf.usermodel with parameters of type PackageRelationship Constructor Description XSSFHyperlink(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlink ctHyperlink, PackageRelationship hyperlinkRel)Create a XSSFHyperlink and initialize it from the supplied CTHyperlink bean and package relationship -
Uses of PackageRelationship in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel with parameters of type PackageRelationship Modifier and Type Method Description voidXWPFPicture. setPictureReference(PackageRelationship rel)Link Picture with PictureData
-