Uses of Class
org.apache.poi.openxml4j.opc.PackageRelationshipCollection
-
Packages that use PackageRelationshipCollection Package Description org.apache.poi.openxml4j.opc org.apache.poi.openxml4j.opc.internal.marshallers -
-
Uses of PackageRelationshipCollection in org.apache.poi.openxml4j.opc
Fields in org.apache.poi.openxml4j.opc declared as PackageRelationshipCollection Modifier and Type Field Description protected PackageRelationshipCollectionOPCPackage. relationshipsPackage relationships.Methods in org.apache.poi.openxml4j.opc that return PackageRelationshipCollection Modifier and Type Method Description PackageRelationshipCollectionOPCPackage. getRelationships()Retrieves all package relationships.PackageRelationshipCollectionPackagePart. getRelationships()Retrieve all the relationships attached to this part.PackageRelationshipCollectionPackageRelationshipCollection. getRelationships(String typeFilter)Retrieves all relations with the specified type.PackageRelationshipCollectionRelationshipSource. getRelationships()Retrieve all the relationships attached to this.PackageRelationshipCollectionOPCPackage. getRelationshipsByType(String relationshipType)Retrieves all relationships with the specified type.PackageRelationshipCollectionPackagePart. getRelationshipsByType(String relationshipType)Retrieve all relationships attached to this part which have the specified type.PackageRelationshipCollectionRelationshipSource. getRelationshipsByType(String relationshipType)Retrieve all relationships attached to this part which have the specified type.Constructors in org.apache.poi.openxml4j.opc with parameters of type PackageRelationshipCollection Constructor Description PackageRelationshipCollection(PackageRelationshipCollection coll, String filter)Copy constructor. -
Uses of PackageRelationshipCollection in org.apache.poi.openxml4j.opc.internal.marshallers
Methods in org.apache.poi.openxml4j.opc.internal.marshallers with parameters of type PackageRelationshipCollection Modifier and Type Method Description static booleanZipPartMarshaller. marshallRelationshipPart(PackageRelationshipCollection rels, PackagePartName relPartName, org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream zos)Save relationships into the part.
-