Hyperlink

Inheritance: java.lang.Object

public class Hyperlink

Contains elements for creating multiple jumps between a shape or drawing page and another drawing page, another file, or a Web site.

Constructors

ConstructorDescription
Hyperlink()Constructor.

Methods

MethodDescription
deepClone()Creates deep copy of this instance.
equals(Object arg0)
getAddress()Specifies a URL address, DOS file name, or UNC path to jump to.
getClass()
getDefault()Specifies the default hyperlink for a shape or page.
getDel()A flag indicating whether the element has been deleted locally.
getDescription()Description element contains a text string that describes the hyperlink.
getExtraInfo()Contains information to be used in resolving a URL, such as the coordinates of an image map.
getFrame()Contains the name of a frame to target when Microsoft Visio is open as an active document in a container application.
getID()The unique ID of the element within its parent element.
getInvisible()Invisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page.
getName()The name of the element.
getNameU()The universal name of the element.
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.
getSortKey()Invisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page.
getSubAddress()Specifies a location within the target document to link to.
hashCode()
notify()
notifyAll()
setDel(int value)For the description of this property, please see getDel()
setID(int value)For the description of this property, please see getID()
setName(String value)For the description of this property, please see getName()
setNameU(String value)For the description of this property, please see getNameU()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)
public Hyperlink()

Constructor.

deepClone()

public Object deepClone()

Creates deep copy of this instance.

Returns: java.lang.Object -

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAddress()

public Str2Value getAddress()

Specifies a URL address, DOS file name, or UNC path to jump to.

Returns: Str2Value

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDefault()

public BoolValue getDefault()

Specifies the default hyperlink for a shape or page.

Returns: BoolValue

getDel()

public int getDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.

Returns: int

getDescription()

public Str2Value getDescription()

Description element contains a text string that describes the hyperlink.

Returns: Str2Value

getExtraInfo()

public 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.

Returns: Str2Value

getFrame()

public 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.

Returns: Str2Value

getID()

public int getID()

The unique ID of the element within its parent element.

Returns: int

getInvisible()

public BoolValue getInvisible()

Invisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page.

Returns: BoolValue

getName()

public String getName()

The name of the element.

Returns: java.lang.String

getNameU()

public String getNameU()

The universal name of the element.

Returns: java.lang.String

getNewWindow()

public 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.

Returns: BoolValue

getSortKey()

public Str2Value getSortKey()

Invisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page.

Returns: Str2Value

getSubAddress()

public Str2Value getSubAddress()

Specifies a location within the target document to link to.

Returns: Str2Value

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDel(int value)

public void setDel(int value)

For the description of this property, please see getDel()

Parameters:

ParameterTypeDescription
valueint

setID(int value)

public void setID(int value)

For the description of this property, please see getID()

Parameters:

ParameterTypeDescription
valueint

setName(String value)

public void setName(String value)

For the description of this property, please see getName()

Parameters:

ParameterTypeDescription
valuejava.lang.String

setNameU(String value)

public void setNameU(String value)

For the description of this property, please see getNameU()

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int