IHyperlinkQueries
Contents
[
Hide
]IHyperlinkQueries interface
Provide easy access to contained hyperlinks.
public interface IHyperlinkQueries
Methods
Name | Description |
---|---|
GetAnyHyperlinks() | 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. |
GetHyperlinkClicks() | 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. |
GetHyperlinkMouseOvers() | 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. |
RemoveAllHyperlinks() | Removes all contained HyperlinkClick and HyperlinkMouseOver hyperlinks (in all IHyperlinkContainer subobjects). |
See Also
- namespace Aspose.Slides
- assembly Aspose.Slides