com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class HyperlinkQueries

  • java.lang.Object
    • com.aspose.slides.HyperlinkQueries
  • All Implemented Interfaces:
    IHyperlinkQueries


    public final class HyperlinkQueries
    extends java.lang.Object
    implements IHyperlinkQueries

    Provide easy access to contained hyperlinks.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

      • getHyperlinkClicks

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

        Specified by:
        getHyperlinkClicks in interface IHyperlinkQueries
      • getHyperlinkMouseOvers

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

        Specified by:
        getHyperlinkMouseOvers in interface IHyperlinkQueries
      • getAnyHyperlinks

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

        Specified by:
        getAnyHyperlinks in interface IHyperlinkQueries
      • removeAllHyperlinks

        public final void removeAllHyperlinks()

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

        Specified by:
        removeAllHyperlinks in interface IHyperlinkQueries
      • getParent_Immediate

        public final com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.