java.lang.Object
com.aspose.diagram.Hyperlink
public class Hyperlink
- extends java.lang.Object
Contains elements for creating multiple jumps between a shape or drawing page and another drawing page, another file, or a Web site.
|
Property Getters/Setters Summary |
Str2Value | getAddress() | |
|
Specifies a URL address, DOS file name, or UNC path to jump to.
|
BoolValue | getDefault() | |
|
Specifies the default hyperlink for a shape or page.
|
int | getDel() | |
void | setDel(int) | |
|
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
The value of the property is BOOL integer constant. |
Str2Value | getDescription() | |
|
Description element contains a text string that describes the hyperlink.
|
Str2Value | getExtraInfo() | |
|
Contains information to be used in resolving a URL, such as the coordinates of an image map. For example, x=41 y=7 would specify the coordinates of an image map.
|
Str2Value | getFrame() | |
|
Contains the name of a frame to target when Microsoft Visio is open as an active document in a container application. The default is an empty string.
|
int | getID() | |
void | setID(int) | |
|
The unique ID of the element within its parent element.
|
BoolValue | getInvisible() | |
|
Invisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page.
|
java.lang.String | getName() | |
void | setName(java.lang.String) | |
|
The name of the element.
|
java.lang.String | getNameU() | |
void | setNameU(java.lang.String) | |
|
The universal name of the element.
|
BoolValue | getNewWindow() | |
|
Specifies whether Microsoft Visio opens a window in a new location when it follows a hyperlink to open a Web page or another Visio document.
|
Str2Value | getSortKey() | |
|
Invisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page.
|
Str2Value | getSubAddress() | |
|
Specifies a location within the target document to link to.
|
|
Method Summary |
java.lang.Object | deepClone() | |
|
Creates deep copy of this instance.
|
Hyperlink
public Hyperlink()
-
Constructor.
|
Property Getters/Setters Detail |
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value)
|
-
The name of the element.
getNameU/setNameU | |
public java.lang.String getNameU() / public void setNameU(java.lang.String value)
|
-
The universal name of the element.
getID/setID | |
public int getID() / public void setID(int value)
|
-
The unique ID of the element within its parent element.
getDel/setDel | |
public int getDel() / public void setDel(int value)
|
-
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
The value of the property is BOOL integer constant.
getDescription | |
public Str2Value getDescription()
|
-
Description element contains a text string that describes the hyperlink.
-
Specifies a URL address, DOS file name, or UNC path to jump to.
getSubAddress | |
public Str2Value getSubAddress()
|
-
Specifies a location within the target document to link to.
-
Contains information to be used in resolving a URL, such as the coordinates of an image map. For example, x=41 y=7 would specify the coordinates of an image map.
-
Contains the name of a frame to target when Microsoft Visio is open as an active document in a container application. The default is an empty string.
-
Specifies whether Microsoft Visio opens a window in a new location when it follows a hyperlink to open a Web page or another Visio document.
-
Specifies the default hyperlink for a shape or page.
-
Invisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page.
-
Invisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page.
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception |
-
Creates deep copy of this instance.
- Returns:
See Also:
Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
Aspose.Diagram Support Forum - our preferred method of support.