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()
           
 com.aspose.ms.System.Collections.Generic.IGenericList<IHyperlinkContainer> getHyperlinkClicks()
           
 com.aspose.ms.System.Collections.Generic.IGenericList<IHyperlinkContainer> getHyperlinkMouseOvers()
           
 void removeAllHyperlinks()
           
 

Method Detail

getHyperlinkClicks

com.aspose.ms.System.Collections.Generic.IGenericList<IHyperlinkContainer> getHyperlinkClicks()

getHyperlinkMouseOvers

com.aspose.ms.System.Collections.Generic.IGenericList<IHyperlinkContainer> getHyperlinkMouseOvers()

getAnyHyperlinks

com.aspose.ms.System.Collections.Generic.IGenericList<IHyperlinkContainer> getAnyHyperlinks()

removeAllHyperlinks

void removeAllHyperlinks()