This object describes a hyperlink in a ConceptDraw document. A Hyperlink object enables you to access and manipulate the properties and behavior of a a hyperlink.
ID | Read-only. Hyperlink's ID. |
LinkType | Read-only. Hyperlink's type. |
Address | Read-only. A string with the address to which the hyperlink navigates. |
LocalPath | Read-only. A flag that specifies whether the Address is a relative (local) path. |
PageID | Read-only. ID of the document page, to which the hyperlinks points. |
ShapeID | Read-only. ID of the shape, to which the hyperlink points. |
Hyperlink objects are stored in the hyperlink collection of the Document object. You can create a hyperlink using the ConceptDraw interface, or using the following methods of the Document object: AddHyperlinkToDocument, AddHyperlinkToFile, AddHyperlinkToPageShape, AddHyperlinkToURL. An instance of the Hyperlink object can be retrieved from the document's hyperlink collection with the help of the following methods of the Document object: Hyperlink, HyperlinkByID.
See Also |
Document object, Page object, Shape object |