public class HyperlinkRelationship extends ReferenceRelationship
| Modifier | Constructor and Description |
|---|---|
protected |
HyperlinkRelationship(POIXMLDocumentPart container,
URI hyperlinkUri,
boolean isExternal,
String id)
Initializes a new instance of the HyperlinkRelationship.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRelationshipType() |
getContainer, getId, getUri, isExternalprotected HyperlinkRelationship(POIXMLDocumentPart container, URI hyperlinkUri, boolean isExternal, String id)
hyperlinkUri - The target uri of the hyperlink relationship.isExternal - Is the URI external.id - The relationship ID.public String getRelationshipType()
getRelationshipType in class ReferenceRelationship