set_hyperlink method

set_hyperlink

Sets the hyperlink associated with this PresentationBaseShape.

def set_hyperlink(self, action_type, url):
    ...
Parameter Type Description
action_type groupdocs.watermark.contents.presentation.PresentationHyperlinkActionType The action that activates the hyperlink.
url System.String The hyperlink url.

See Also