Uses of Class
org.apache.poi.openxml4j.opc.PackageRelationshipCollection

Packages that use PackageRelationshipCollection
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
protected  PackageRelationshipCollection OPCPackage.relationships
          Package relationships.
 

Methods in org.apache.poi.openxml4j.opc that return PackageRelationshipCollection
 PackageRelationshipCollection RelationshipSource.getRelationships()
          Retrieve all the relationships attached to this.
 PackageRelationshipCollection PackagePart.getRelationships()
          Retrieve all the relationships attached to this part.
 PackageRelationshipCollection OPCPackage.getRelationships()
          Retrieves all package relationships.
 PackageRelationshipCollection PackageRelationshipCollection.getRelationships(java.lang.String typeFilter)
          Retrieves all relations with the specified type.
 PackageRelationshipCollection RelationshipSource.getRelationshipsByType(java.lang.String relationshipType)
          Retrieve all relationships attached to this part which have the specified type.
 PackageRelationshipCollection PackagePart.getRelationshipsByType(java.lang.String relationshipType)
          Retrieve all relationships attached to this part which have the specified type.
 PackageRelationshipCollection OPCPackage.getRelationshipsByType(java.lang.String relationshipType)
          Retrieves all relationships with the specified type.
 

Constructors in org.apache.poi.openxml4j.opc with parameters of type PackageRelationshipCollection
PackageRelationshipCollection(PackageRelationshipCollection coll, java.lang.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
static boolean ZipPartMarshaller.marshallRelationshipPart(PackageRelationshipCollection rels, PackagePartName relPartName, java.util.zip.ZipOutputStream zos)
          Save relationships into the part.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.