MCPcopy Create free account
hub / github.com/apache/poi / getTargetPart

Method getTargetPart

src/ooxml/java/org/apache/poi/POIXMLDocument.java:90–92  ·  view source on GitHub ↗

Get the PackagePart that is the target of a relationship. @param rel The relationship @return The target part @throws InvalidFormatException

(PackageRelationship rel)

Source from the content-addressed store, hash-verified

88 * @throws InvalidFormatException
89 */
90 protected PackagePart getTargetPart(PackageRelationship rel) throws InvalidFormatException {
91 return getTargetPart(getPackage(), rel);
92 }
93 /**
94 * Get the PackagePart that is the target of a relationship.
95 *

Callers 10

getRelatedByTypeMethod · 0.95
rebaseMethod · 0.95
XSLFSlideShowMethod · 0.80
getSlideMasterPartMethod · 0.80
getSlidePartMethod · 0.80
getNodesPartMethod · 0.80
getSlideCommentsMethod · 0.80
getAllEmbeddsMethod · 0.80
getPartByIdMethod · 0.80
getAllEmbeddsMethod · 0.80

Calls 4

getPackageMethod · 0.95
createPartNameMethod · 0.95
getTargetURIMethod · 0.80
getPartMethod · 0.65

Tested by

no test coverage detected