HyperlinkQueries

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IHyperlinkQueries, com.aspose.slides.IDOMObject

public final class HyperlinkQueries implements IHyperlinkQueries, IDOMObject

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).
getParent_Immediate()

getHyperlinkClicks()

public final 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>

getHyperlinkMouseOvers()

public final 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>

public final 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>

public final void removeAllHyperlinks()

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

getParent_Immediate()

public final IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.

Returns: com.aspose.slides.IDOMObject