Package | Description |
---|---|
org.zkoss.poi.openxml4j.opc |
Modifier and Type | Method and Description |
---|---|
TargetMode |
PackageRelationship.getTargetMode()
public URI getSourceUri(){ }
|
static TargetMode |
TargetMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetMode[] |
TargetMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PackageRelationship |
RelationshipSource.addRelationship(PackagePartName targetPartName,
TargetMode targetMode,
String relationshipType)
Add a relationship to a part (except relationships part).
|
PackageRelationship |
PackagePart.addRelationship(PackagePartName targetPartName,
TargetMode targetMode,
String relationshipType)
Add a relationship to a part (except relationships part).
|
PackageRelationship |
OPCPackage.addRelationship(PackagePartName targetPartName,
TargetMode targetMode,
String relationshipType)
Add a package relationship.
|
PackageRelationship |
RelationshipSource.addRelationship(PackagePartName targetPartName,
TargetMode targetMode,
String relationshipType,
String id)
Add a relationship to a part (except relationships part).
|
PackageRelationship |
PackagePart.addRelationship(PackagePartName targetPartName,
TargetMode targetMode,
String relationshipType,
String id)
Add a relationship to a part (except relationships part).
|
PackageRelationship |
OPCPackage.addRelationship(PackagePartName targetPartName,
TargetMode targetMode,
String relationshipType,
String relID)
Add a relationship to the package (except relationships part).
|
PackageRelationship |
PackagePart.addRelationship(URI targetURI,
TargetMode targetMode,
String relationshipType)
Add a relationship to a part (except relationships part).
|
PackageRelationship |
PackageRelationshipCollection.addRelationship(URI targetUri,
TargetMode targetMode,
String relationshipType,
String id)
Add a relationship to the collection.
|
PackageRelationship |
PackagePart.addRelationship(URI targetURI,
TargetMode targetMode,
String relationshipType,
String id)
Add a relationship to a part (except relationships part).
|
Constructor and Description |
---|
PackageRelationship(OPCPackage pkg,
PackagePart sourcePart,
URI targetUri,
TargetMode targetMode,
String relationshipType,
String id)
Constructor.
|
Copyright © 2020. All rights reserved.