Hyperlink constructor
Contents
[
Hide
]init
Creates an instance of a hyperlink.
def __init__(self, url):
...
| Parameter | Type | Description |
|---|---|---|
| url | str | Hyperlink URL. |
init
Creates an instance of a hyperlink which points to specific slide. Note: created hyperlink should be assigned to some object from the same presentation, otherwise link will be saved as NoAction.
def __init__(self, slide):
...
| Parameter | Type | Description |
|---|---|---|
| slide | ISlide | Target slide. |
init
Creates an instance of a hyperlink using another hyperlink as source, overriding secondary properties.
def __init__(self, source, target_frame, tooltip, history, stop_sounds_on_click, highlight_click):
...
| Parameter | Type | Description |
|---|---|---|
| source | Hyperlink | Source hyperlink |
| target_frame | str | Target frame |
| tooltip | str | Tooltip text |
| history | bool | |
| stop_sounds_on_click | bool | |
| highlight_click | bool |
See Also
- class
Hyperlink - class
ISlide - module
aspose.slides - library
Aspose.Slides