Hyperlink()
Contents
[
Hide
]Hyperlink::Hyperlink(System::String) constructor
Creates an instance of a hyperlink.
Aspose::Slides::Hyperlink::Hyperlink(System::String url)
Arguments
Parameter | Type | Description |
---|---|---|
url | System::String | Hyperlink URL. |
Hyperlink::Hyperlink(System::SharedPtr<ISlide>) constructor
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.
Aspose::Slides::Hyperlink::Hyperlink(System::SharedPtr<ISlide> slide)
Arguments
Parameter | Type | Description |
---|---|---|
slide | System::SharedPtr<ISlide> | Target slide. |
Hyperlink::Hyperlink(System::SharedPtr<Hyperlink>, System::String, System::String, bool, bool, bool) constructor
Creates an instance of a hyperlink using another hyperlink as source, overriding secondary properties.
Aspose::Slides::Hyperlink::Hyperlink(System::SharedPtr<Hyperlink> source, System::String targetFrame, System::String tooltip, bool history, bool stopSoundsOnClick, bool highlightClick)
Arguments
Parameter | Type | Description |
---|---|---|
source | System::SharedPtr<Hyperlink> | Source hyperlink |
targetFrame | System::String | Target frame |
tooltip | System::String | Tooltip text |
history | bool | |
stopSoundsOnClick | bool | |
highlightClick | bool |
See Also
- Typedef SharedPtr
- Class String
- Class Hyperlink
- Class ISlide
- Namespace Aspose::Slides
- Library Aspose.Slides