Uses of Enum Class
org.apache.poi.openxml4j.opc.TargetMode
Packages that use TargetMode
-
Uses of TargetMode in org.apache.poi.openxml4j.opc
Methods in org.apache.poi.openxml4j.opc that return TargetModeModifier and TypeMethodDescriptionPackageRelationship.getTargetMode()
static TargetMode
Returns the enum constant of this class with the specified name.static TargetMode[]
TargetMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.openxml4j.opc with parameters of type TargetModeModifier and TypeMethodDescriptionOPCPackage.addRelationship
(PackagePartName targetPartName, TargetMode targetMode, String relationshipType) Add a package relationship.OPCPackage.addRelationship
(PackagePartName targetPartName, TargetMode targetMode, String relationshipType, String relID) Add a relationship to the package (except relationships part).PackagePart.addRelationship
(URI targetURI, TargetMode targetMode, String relationshipType) Add a relationship to a part (except relationships part).PackagePart.addRelationship
(URI targetURI, TargetMode targetMode, String relationshipType, String id) Add a relationship to a part (except relationships part).PackagePart.addRelationship
(PackagePartName targetPartName, TargetMode targetMode, String relationshipType) Add a relationship to a part (except relationships part).PackagePart.addRelationship
(PackagePartName targetPartName, TargetMode targetMode, String relationshipType, String id) Add a relationship to a part (except relationships part).PackageRelationshipCollection.addRelationship
(URI targetUri, TargetMode targetMode, String relationshipType, String id) Add a relationship to the collection.RelationshipSource.addRelationship
(PackagePartName targetPartName, TargetMode targetMode, String relationshipType) Add a relationship to a part (except relationships part).RelationshipSource.addRelationship
(PackagePartName targetPartName, TargetMode targetMode, String relationshipType, String id) Add a relationship to a part (except relationships part).Constructors in org.apache.poi.openxml4j.opc with parameters of type TargetModeModifierConstructorDescriptionPackageRelationship
(OPCPackage pkg, PackagePart sourcePart, URI targetUri, TargetMode targetMode, String relationshipType, String id) Constructor.