|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TargetMode | |
---|---|
org.apache.poi.openxml4j.opc |
Uses of TargetMode in org.apache.poi.openxml4j.opc |
---|
Methods in org.apache.poi.openxml4j.opc that return TargetMode | |
---|---|
TargetMode |
PackageRelationship.getTargetMode()
public URI getSourceUri(){ } |
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. |
Methods in org.apache.poi.openxml4j.opc with parameters of type TargetMode | |
---|---|
PackageRelationship |
RelationshipSource.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)
Add a relationship to a part (except relationships part). |
PackageRelationship |
OPCPackage.addRelationship(PackagePartName targetPartName,
TargetMode targetMode,
java.lang.String relationshipType)
Add a package relationship. |
PackageRelationship |
RelationshipSource.addRelationship(PackagePartName targetPartName,
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,
java.lang.String id)
Add a relationship to a part (except relationships part). |
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 |
PackageRelationshipCollection.addRelationship(java.net.URI targetUri,
TargetMode targetMode,
java.lang.String relationshipType,
java.lang.String id)
Add a relationship to the collection. |
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). |
Constructors in org.apache.poi.openxml4j.opc with parameters of type TargetMode | |
---|---|
PackageRelationship(OPCPackage pkg,
PackagePart sourcePart,
java.net.URI targetUri,
TargetMode targetMode,
java.lang.String relationshipType,
java.lang.String id)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |