set_hyperlink method

set_hyperlink

Sets the hyperlink associated with the text.

def set_hyperlink(self, action_type, url):
    ...
Parameter Type Description
action_type PresentationHyperlinkActionType The action that activates the hyperlink.
url str The hyperlink url.

See Also