set_hyperlink method
set_hyperlink
Sets the hyperlink associated with this PresentationBaseShape
.
def set_hyperlink(self, action_type, url):
...
Parameter | Type | Description |
---|---|---|
action_type | PresentationHyperlinkActionType |
The action that activates the hyperlink. |
url | str | The hyperlink url. |