DiagramHyperlink
Leave feedback
On this page
Inheritance: java.lang.Object
public class DiagramHyperlink
Represents a hyperlink in a Visio document.
| Method | Description |
|---|---|
| getAddress() | Gets the hyperlink address. |
| getSubAddress() | Gets a location within the target content to link to. |
| getDescription() | Gets the description of the hyperlink. |
public final String getAddress()
Gets the hyperlink address.
Returns: java.lang.String - The hyperlink address.
public final String getSubAddress()
Gets a location within the target content to link to.
Returns: java.lang.String - A location within the target content to link to.
public final String getDescription()
Gets the description of the hyperlink.
Returns: java.lang.String - The description of the hyperlink.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.