public class Hyperlink
Constructor Summary |
---|
Hyperlink()
Constructor. |
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(intvalue) | |
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(intvalue) | |
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.Stringvalue) | |
The name of the element. | ||
java.lang.String | getNameU() | |
void | setNameU(java.lang.Stringvalue) | |
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.
|
public java.lang.String getName() / public void setName(java.lang.String value)
public java.lang.String getNameU() / public void setNameU(java.lang.String value)
public int getID() / public void setID(int value)
public int getDel() / public void setDel(int value)
public Str2Value getDescription()
public Str2Value getAddress()
public Str2Value getSubAddress()
public Str2Value getExtraInfo()
public Str2Value getFrame()
public BoolValue getNewWindow()
public BoolValue getDefault()
public BoolValue getInvisible()
public Str2Value getSortKey()