Uses of Class
org.apache.poi.openxml4j.opc.TargetMode

Packages that use TargetMode
org.apache.poi.openxml4j.opc   
 

Uses of TargetMode in org.apache.poi.openxml4j.opc
 

Fields in org.apache.poi.openxml4j.opc declared as TargetMode
static TargetMode TargetMode.EXTERNAL
          The relationship references a part that is inside the package.
static TargetMode TargetMode.INTERNAL
          The relationship references a resource that is external to the package.
 

Methods in org.apache.poi.openxml4j.opc that return TargetMode
 TargetMode PackageRelationship.getTargetMode()
          public URI getSourceUri(){ }
 

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.