Package org.apache.poi.ooxml
Class POIXMLDocumentPart.RelationPart
java.lang.Object
org.apache.poi.ooxml.POIXMLDocumentPart.RelationPart
- Enclosing class:
POIXMLDocumentPart
The RelationPart is a cached relationship between the document, which contains the RelationPart,
and one of its referenced child document parts.
The child document parts may only belong to one parent, but it's often referenced by other
parents too, having varying
relationship ids
pointing to it.-
Method Summary
-
Method Details
-
getRelationship
- Returns:
- the cached relationship, which uniquely identifies this child document part within the parent
-
getDocumentPart
- Type Parameters:
T
- the cast of the caller to a document sub class- Returns:
- the child document part
-