com.groupdocs.watermark.contents

Interfaces

Classes

com.groupdocs.watermark.contents

Class PresentationFormattedTextFragment

    • Method Detail

      • getHyperlink

        public final String getHyperlink(int actionType)

        Gets the hyperlink associated with the text.

        Specified by:
        getHyperlink in interface IPresentationHyperlinkContainer
        Parameters:
        actionType - The action that activates the hyperlink.
        Returns:
        The url of the hyperlink that is activated on specified action.
      • setHyperlink

        public final void setHyperlink(int actionType,
                        String url)

        Sets the hyperlink associated with the text.

        Specified by:
        setHyperlink in interface IPresentationHyperlinkContainer
        Parameters:
        actionType - The action that activates the hyperlink.
        url - The hyperlink url.