Hyperlink
Contents
[
Hide
]Hyperlink(string)
Creates an instance of a hyperlink.
public Hyperlink(string url)
| Parameter | Type | Description |
|---|---|---|
| url | String | Hyperlink URL. |
See Also
- class Hyperlink
- namespace Aspose.Slides
- assembly Aspose.Slides
Hyperlink(ISlide)
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.
public Hyperlink(ISlide slide)
| Parameter | Type | Description |
|---|---|---|
| slide | ISlide | Target slide. |
See Also
- interface ISlide
- class Hyperlink
- namespace Aspose.Slides
- assembly Aspose.Slides
Hyperlink(Hyperlink, string, string, bool, bool, bool)
Creates an instance of a hyperlink using another hyperlink as source, overriding secondary properties.
public Hyperlink(Hyperlink source, string targetFrame, string tooltip, bool history,
bool stopSoundsOnClick, bool highlightClick)
| Parameter | Type | Description |
|---|---|---|
| source | Hyperlink | Source hyperlink |
| targetFrame | String | Target frame |
| tooltip | String | Tooltip text |
| history | Boolean | |
| stopSoundsOnClick | Boolean | |
| highlightClick | Boolean |
See Also
- class Hyperlink
- namespace Aspose.Slides
- assembly Aspose.Slides