DiagramHyperlink
Inheritance: java.lang.Object
public class DiagramHyperlink
Represents a hyperlink in a Visio document.
Methods
| 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. | 
getAddress()
public final String getAddress()
Gets the hyperlink address.
Returns: java.lang.String - The hyperlink address.
getSubAddress()
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.
getDescription()
public final String getDescription()
Gets the description of the hyperlink.
Returns: java.lang.String - The description of the hyperlink.