HyperlinkManager

HyperlinkManager class

Provide hyperlinks management (adding, removing).

The HyperlinkManager type exposes the following members:

Methods

Name Description
set_external_hyperlink_click(url) Set external hyperlink on click.
set_internal_hyperlink_click(target_slide) Sets internal hyperlink on click.
remove_hyperlink_click() Removes hyperlink on click.
set_external_hyperlink_mouse_over(url) Sets external hyperlink mouse over.
set_internal_hyperlink_mouse_over(target_slide) Sets internal hyperlink mouse over.
remove_hyperlink_mouse_over() Removes hyperlink mouse over.
set_macro_hyperlink_click(macro_name) Set Macro hyperlink on a click.

See Also