HyperlinkQueries class

HyperlinkQueries class

Provide easy access to contained hyperlinks.

The HyperlinkQueries type exposes the following members:

Methods

MethodDescription
get_hyperlink_clicksGet all IHyperlinkContainer subobjects that contain not null HyperlinkClick.
With given IHyperlinkContainer object you can manage its hyperlink (read, update or remove). See IHyperlinkContainer interface.
get_hyperlink_mouse_oversGet all IHyperlinkContainer subobjects that contain not null HyperlinkMouseOver.
With given IHyperlinkContainer object you can manage its hyperlink (read, update or remove). See IHyperlinkContainer interface.
get_any_hyperlinksGet all IHyperlinkContainer subobjects that contain not null HyperlinkMouseOver.
With given IHyperlinkContainer object you can manage its hyperlink (read, update or remove). See IHyperlinkContainer interface.
remove_all_hyperlinksRemoves all contained HyperlinkClick and HyperlinkMouseOver hyperlinks (in all IHyperlinkContainer subobjects).

See Also