|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.HyperlinkQueries
public final class HyperlinkQueries
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. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
void |
removeAllHyperlinks()
Removes all contained HyperlinkClick and HyperlinkMouseOver hyperlinks (in all IHyperlinkContainer subobjects). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public 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.
getHyperlinkClicks
in interface IHyperlinkQueries
public 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.
getHyperlinkMouseOvers
in interface IHyperlinkQueries
public 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.
getAnyHyperlinks
in interface IHyperlinkQueries
public void removeAllHyperlinks()
Removes all contained HyperlinkClick and HyperlinkMouseOver hyperlinks (in all IHyperlinkContainer subobjects).
removeAllHyperlinks
in interface IHyperlinkQueries
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |