Package | Description |
---|---|
org.apache.poi.openxml4j.opc | |
org.apache.poi.openxml4j.opc.internal.marshallers |
Modifier and Type | Field | Description |
---|---|---|
protected PackageRelationshipCollection |
OPCPackage.relationships |
Package relationships.
|
Modifier and Type | Method | Description |
---|---|---|
PackageRelationshipCollection |
OPCPackage.getRelationships() |
Retrieves all package relationships.
|
PackageRelationshipCollection |
PackagePart.getRelationships() |
Retrieve all the relationships attached to this part.
|
PackageRelationshipCollection |
PackageRelationshipCollection.getRelationships(java.lang.String typeFilter) |
Retrieves all relations with the specified type.
|
PackageRelationshipCollection |
RelationshipSource.getRelationships() |
Retrieve all the relationships attached to this.
|
PackageRelationshipCollection |
OPCPackage.getRelationshipsByType(java.lang.String relationshipType) |
Retrieves all relationships with the specified type.
|
PackageRelationshipCollection |
PackagePart.getRelationshipsByType(java.lang.String relationshipType) |
Retrieve all relationships attached to this part which have the specified
type.
|
PackageRelationshipCollection |
RelationshipSource.getRelationshipsByType(java.lang.String relationshipType) |
Retrieve all relationships attached to this part which have the specified
type.
|
Constructor | Description |
---|---|
PackageRelationshipCollection(PackageRelationshipCollection coll,
java.lang.String filter) |
Copy constructor.
|
Modifier and Type | Method | Description |
---|---|---|
static boolean |
ZipPartMarshaller.marshallRelationshipPart(PackageRelationshipCollection rels,
PackagePartName relPartName,
java.util.zip.ZipOutputStream zos) |
Save relationships into the part.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.