Package | Description |
---|---|
org.zkoss.poi.openxml4j.opc | |
org.zkoss.poi.openxml4j.opc.internal.marshallers |
Modifier and Type | Field and Description |
---|---|
protected PackageRelationshipCollection |
OPCPackage.relationships
Package relationships.
|
Modifier and Type | Method and Description |
---|---|
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(String typeFilter)
Retrieves all relations with the specified type.
|
PackageRelationshipCollection |
RelationshipSource.getRelationshipsByType(String relationshipType)
Retrieve all relationships attached to this part which have the specified
type.
|
PackageRelationshipCollection |
PackagePart.getRelationshipsByType(String relationshipType)
Retrieve all relationships attached to this part which have the specified
type.
|
PackageRelationshipCollection |
OPCPackage.getRelationshipsByType(String relationshipType)
Retrieves all relationships with the specified type.
|
Constructor and Description |
---|
PackageRelationshipCollection(PackageRelationshipCollection coll,
String filter)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ZipPartMarshaller.marshallRelationshipPart(PackageRelationshipCollection rels,
PackagePartName relPartName,
ZipOutputStream zos)
Save relationships into the part.
|
Copyright © 2020. All rights reserved.