Hyperlink

Contents
[ ]

Hyperlink(String url) function

Creates an instance of a hyperlink.

Parameters

NameTypeDescription
urlStringHyperlink URL.

Result

Hyperlink


Hyperlink(Slide slide) function

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


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