Package | Description |
---|---|
org.apache.poi.openxml4j.opc |
Modifier and Type | Method | Description |
---|---|---|
TargetMode |
PackageRelationship.getTargetMode() |
|
static TargetMode |
TargetMode.valueOf(java.lang.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 | Description |
---|---|---|
PackageRelationship |
OPCPackage.addRelationship(PackagePartName targetPartName,
TargetMode targetMode,
java.lang.String relationshipType) |
Add a package relationship.
|
PackageRelationship |
OPCPackage.addRelationship(PackagePartName targetPartName,
TargetMode targetMode,
java.lang.String relationshipType,
java.lang.String relID) |
Add a relationship to the package (except relationships part).
|
PackageRelationship |
PackagePart.addRelationship(java.net.URI targetURI,
TargetMode targetMode,
java.lang.String relationshipType) |
Add a relationship to a part (except relationships part).
|
PackageRelationship |
PackagePart.addRelationship(java.net.URI targetURI,
TargetMode targetMode,
java.lang.String relationshipType,
java.lang.String id) |
Add a relationship to a part (except relationships part).
|
PackageRelationship |
PackagePart.addRelationship(PackagePartName targetPartName,
TargetMode targetMode,
java.lang.String relationshipType) |
Add a relationship to a part (except relationships part).
|
PackageRelationship |
PackagePart.addRelationship(PackagePartName targetPartName,
TargetMode targetMode,
java.lang.String relationshipType,
java.lang.String id) |
Add a relationship to a part (except relationships part).
|
PackageRelationship |
PackageRelationshipCollection.addRelationship(java.net.URI targetUri,
TargetMode targetMode,
java.lang.String relationshipType,
java.lang.String id) |
Add a relationship to the collection.
|
PackageRelationship |
RelationshipSource.addRelationship(PackagePartName targetPartName,
TargetMode targetMode,
java.lang.String relationshipType) |
Add a relationship to a part (except relationships part).
|
PackageRelationship |
RelationshipSource.addRelationship(PackagePartName targetPartName,
TargetMode targetMode,
java.lang.String relationshipType,
java.lang.String id) |
Add a relationship to a part (except relationships part).
|
Constructor | Description |
---|---|
PackageRelationship(OPCPackage pkg,
PackagePart sourcePart,
java.net.URI targetUri,
TargetMode targetMode,
java.lang.String relationshipType,
java.lang.String id) |
Constructor.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.