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. |
See Also
- module
groupdocs.watermark.contents.presentation
- class
PresentationBaseShape
- class
PresentationChart