Hyperlink

Hyperlink(string)

Creates an instance of a hyperlink.

public Hyperlink(string url)
ParameterTypeDescription
urlStringHyperlink URL.

See Also


Hyperlink(ISlide)

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.

public Hyperlink(ISlide slide)
ParameterTypeDescription
slideISlideTarget slide.

See Also


Hyperlink(Hyperlink, string, string, bool, bool, bool)

Creates an instance of a hyperlink using another hyperlink as source, overriding secondary properties.

public Hyperlink(Hyperlink source, string targetFrame, string tooltip, bool history, 
    bool stopSoundsOnClick, bool highlightClick)
ParameterTypeDescription
sourceHyperlinkSource hyperlink
targetFrameStringTarget frame
tooltipStringTooltip text
historyBoolean
stopSoundsOnClickBoolean
highlightClickBoolean

See Also