com.groupdocs.watermark.contents

Interfaces

Classes

com.groupdocs.watermark.contents

Interface IPresentationHyperlinkContainer

    • Method Detail

      • getHyperlink

        String getHyperlink(int actionType)
        Gets the hyperlink associated with this IPresentationHyperlinkContainer.
        Parameters:
        actionType - The action that activates the hyperlink.
        Returns:
        The url of the hyperlink that is activated on specified action.
      • setHyperlink

        void setHyperlink(int actionType,
                        String url)
        Sets the hyperlink associated with this PresentationBaseShape.
        Parameters:
        actionType - The action that activates the hyperlink.
        url - The hyperlink url.