|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.POIXMLDocumentPart.RelationPart
public static class POIXMLDocumentPart.RelationPart
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 | ||
---|---|---|
|
getDocumentPart()
|
|
PackageRelationship |
getRelationship()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public PackageRelationship getRelationship()
public <T extends POIXMLDocumentPart> T getDocumentPart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |