| Package | Description |
|---|---|
| org.apache.poi.ooxml |
| Modifier and Type | Class and Description |
|---|---|
class |
HyperlinkRelationship
Represents a hyperlink relationship.
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceRelationship |
POIXMLDocumentPart.getReferenceRelationship(String relId)
Get the reference relationship with the specified id.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceRelationship> |
POIXMLDocumentPart.getReferenceRelationships()
Returns an unmodifiable list of reference relationships for this POIXMLDocumentPart.
|