IHyperlinkQueries

public interface IHyperlinkQueries

Provide easy access to contained hyperlinks.

Methods

MethodDescription
getHyperlinkClicks()Get all IHyperlinkContainer subobjects that contain not null HyperlinkClick.
getHyperlinkMouseOvers()Get all IHyperlinkContainer subobjects that contain not null HyperlinkMouseOver.
getAnyHyperlinks()Get all IHyperlinkContainer subobjects that contain not null HyperlinkMouseOver.
removeAllHyperlinks()Removes all contained HyperlinkClick and HyperlinkMouseOver hyperlinks (in all IHyperlinkContainer subobjects).

getHyperlinkClicks()

public abstract System.Collections.Generic.IGenericList<IHyperlinkContainer> 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.

Returns: com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.slides.IHyperlinkContainer> - All IHyperlinkContainer subobjects that contain not null HyperlinkClick

getHyperlinkMouseOvers()

public abstract System.Collections.Generic.IGenericList<IHyperlinkContainer> 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.

Returns: com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.slides.IHyperlinkContainer> - All IHyperlinkContainer subobjects that contain not null HyperlinkMouseOver

public abstract System.Collections.Generic.IGenericList<IHyperlinkContainer> 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.

Returns: com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.slides.IHyperlinkContainer> - All IHyperlinkContainer subobjects that contain not null HyperlinkMouseOver

public abstract void removeAllHyperlinks()

Removes all contained HyperlinkClick and HyperlinkMouseOver hyperlinks (in all IHyperlinkContainer subobjects).