IHyperlinkManager

IHyperlinkManager interface

Provide hyperlinks management (adding, removing).

public interface IHyperlinkManager

Methods

NameDescription
RemoveHyperlinkClick()Removes hyperlink on click.
RemoveHyperlinkMouseOver()Removes hyperlink mouse over.
SetExternalHyperlinkClick(string)Set external hyperlink on click.
SetExternalHyperlinkMouseOver(string)Sets external hyperlink mouse over.
SetInternalHyperlinkClick(ISlide)Sets internal hyperlink on click.
SetInternalHyperlinkMouseOver(ISlide)Sets internal hyperlink mouse over.
SetMacroHyperlinkClick(string)Set Macro hyperlink on a click.

See Also