Hyperlink

Represents a hyperlink.

NameDescription
Hyperlink(String)Creates an instance of a hyperlink.

Parameters:

NameTypeDescription
urlStringHyperlink URL.

Result: Hyperlink


NameDescription
Hyperlink(Slide)Creates an instance of a hyperlink which points to specific slide. Note: created hyperlink should be assigned to some object from the same presentation, otherwise link will be saved as NoAction.

Parameters:

NameTypeDescription
slideSlideTarget slide.

Result: Hyperlink


NameDescription
Hyperlink(Hyperlink, String, String, boolean, boolean, boolean)Creates an instance of a hyperlink using another hyperlink as source, overriding secondary properties.

Parameters:

NameTypeDescription
sourceHyperlinkSource hyperlink
targetFrameStringTarget frame
tooltipStringTooltip text
historybooleanDetermines whether the target of the parent hyperlink shall be added to a list of viewed hyperlinks when it is invoked.
stopSoundsOnClickbooleanDetermines whether the sound should be stopped on hyperlink click.
highlightClickbooleanDetermines whether the hyperlink should be highlighted on click.

Result: Hyperlink


equals

NameDescription
equals (Object)Determines whether the two Hyperlink instances are equal.

Parameters:

NameTypeDescription
objObjectThe Hyperlink to compare with the current Hyperlink.

Result: boolean


equals

NameDescription
equals (Hyperlink)Determines whether the two Hyperlink instances are equal.

Parameters:

NameTypeDescription
hlinkHyperlinkThe Hyperlink to compare with the current Hyperlink.

Result: boolean


getActionType

NameDescription
getActionType ()Returns type of Hyperlink’s action. Read-only HyperlinkActionType.

Result: int


getColorSource

NameDescription
getColorSource ()Represents the source of hyperlink color - either styles or portion format. Read/write HyperlinkColorSource.

Result: int


getEndShow

NameDescription
getEndShow ()Returns a hyperlink which ends the show. Read-only Hyperlink.

Result: Hyperlink


getExternalUrl

NameDescription
getExternalUrl ()Specifies the external URL. Read-only String.

Result: String


getFirstSlide

NameDescription
getFirstSlide ()Returns a hyperlink to the first slide of the presentation. Read-only Hyperlink.

Result: Hyperlink


getHighlightClick

NameDescription
getHighlightClick ()Determines whether the hyperlink should be highlighted on click. Read/write boolean.

Result: boolean


getHistory

NameDescription
getHistory ()Determines whether the target of the parent hyperlink shall be added to a list of viewed hyperlinks when it is invoked. Read/write boolean.

Result: boolean


getLastSlide

NameDescription
getLastSlide ()Returns a hyperlink to the last slide of the presentation. Read-only Hyperlink.

Result: Hyperlink


getLastVievedSlide

NameDescription
getLastVievedSlide ()Returns a hyperlink to the last viewed slide. Read-only Hyperlink.

Result: Hyperlink


getMedia

NameDescription
getMedia ()Returns a special “play mediafile” hyperlink. Used in AudioFrame and VideoFrame. Read-only Hyperlink.

Result: Hyperlink


getNextSlide

NameDescription
getNextSlide ()Returns a hyperlink to the next slide. Read-only Hyperlink.

Result: Hyperlink


getNoAction

NameDescription
getNoAction ()Returns a special “do nothing” hyperlink. Read-only Hyperlink.

Result: Hyperlink


getPreviousSlide

NameDescription
getPreviousSlide ()Returns a hyperlink to the previous slide. Read-only Hyperlink.

Result: Hyperlink


getSound

NameDescription
getSound ()Represents the playing sound of the hyperlink. Read/write IAudio.

Result: Audio


getStopSoundOnClick

NameDescription
getStopSoundOnClick ()Determines whether the sound should be stopped on hyperlink click. Read/write boolean.

Result: boolean


getTargetFrame

NameDescription
getTargetFrame ()Returns the frame within the parent HTML frameset for the target of the parent hyperlink when one exists. Read/wite String.

Result: String


getTargetSlide

NameDescription
getTargetSlide ()If the Hyperlink targets specific slide returns this slide. Read-only ISlide.

Result: Slide


getTooltip

NameDescription
getTooltip ()Returns the string which may be surfaced in a user interface as associated with the parent hyperlink. Read/write String.

Result: String


getVersion

NameDescription
getVersion ()

Result: long


hashCode

NameDescription
hashCode ()Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Result: int


op_Equality

NameDescription
op_Equality (Hyperlink, Hyperlink)Tests two hyperlinks for equality.

Parameters:

NameTypeDescription
hlink1HyperlinkFirst hyperlink to be tested.
hlink2HyperlinkSecond hyperlink to be tested.

Result: boolean


op_Inequality

NameDescription
op_Inequality (Hyperlink, Hyperlink)Tests two hyperlinks for inequality.

Parameters:

NameTypeDescription
hlink1HyperlinkFirst hyperlink to be tested.
hlink2HyperlinkSecond hyperlink to be tested.

Result: boolean


setColorSource

NameDescription
setColorSource (int)Represents the source of hyperlink color - either styles or portion format. Read/write HyperlinkColorSource.

setHighlightClick

NameDescription
setHighlightClick (boolean)Determines whether the hyperlink should be highlighted on click. Read/write boolean.

setHistory

NameDescription
setHistory (boolean)Determines whether the target of the parent hyperlink shall be added to a list of viewed hyperlinks when it is invoked. Read/write boolean.

setSound

NameDescription
setSound (Audio)Represents the playing sound of the hyperlink. Read/write IAudio.

setStopSoundOnClick

NameDescription
setStopSoundOnClick (boolean)Determines whether the sound should be stopped on hyperlink click. Read/write boolean.

setTargetFrame

NameDescription
setTargetFrame (String)Returns the frame within the parent HTML frameset for the target of the parent hyperlink when one exists. Read/wite String.

setTooltip

NameDescription
setTooltip (String)Returns the string which may be surfaced in a user interface as associated with the parent hyperlink. Read/write String.