HyperlinkQueries Methods

The HyperlinkQueries type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetAnyHyperlinks
Get all IHyperlinkContainer subobjects that contain not null HyperlinkMouseOver. With given IHyperlinkContainer object you can manage its hyperlink (read, update or remove). See IHyperlinkContainer interface.
Public methodGetHashCode (Inherited from Object.)
Public methodGetHyperlinkClicks
Get all IHyperlinkContainer subobjects that contain not null HyperlinkClick. With given IHyperlinkContainer object you can manage its hyperlink (read, update or remove). See IHyperlinkContainer interface.
Public methodGetHyperlinkMouseOvers
Get all IHyperlinkContainer subobjects that contain not null HyperlinkMouseOver. With given IHyperlinkContainer object you can manage its hyperlink (read, update or remove). See IHyperlinkContainer interface.
Public methodGetType (Inherited from Object.)
Public methodRemoveAllHyperlinks
Removes all contained HyperlinkClick and HyperlinkMouseOver hyperlinks (in all IHyperlinkContainer subobjects).
Public methodToString (Inherited from Object.)
See Also