com.aspose.slides
Interface IHyperlinkQueries

All Known Implementing Classes:
HyperlinkQueries

public interface IHyperlinkQueries

Provide easy access to contained hyperlinks.


Method Summary
 com.aspose.ms.System.Collections.Generic.IGenericList<IHyperlinkContainer> getAnyHyperlinks()
           Get all IHyperlinkContainer subobjects that contain not null HyperlinkMouseOver.
 com.aspose.ms.System.Collections.Generic.IGenericList<IHyperlinkContainer> getHyperlinkClicks()
           Get all IHyperlinkContainer subobjects that contain not null HyperlinkClick.
 com.aspose.ms.System.Collections.Generic.IGenericList<IHyperlinkContainer> getHyperlinkMouseOvers()
           Get all IHyperlinkContainer subobjects that contain not null HyperlinkMouseOver.
 void removeAllHyperlinks()
           Removes all contained HyperlinkClick and HyperlinkMouseOver hyperlinks (in all IHyperlinkContainer subobjects).
 

Method Detail

getHyperlinkClicks

com.aspose.ms.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.


getHyperlinkMouseOvers

com.aspose.ms.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.


getAnyHyperlinks

com.aspose.ms.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.


removeAllHyperlinks

void removeAllHyperlinks()

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.