Hyperlink()

Hyperlink::Hyperlink(System::String) constructor

Creates an instance of a hyperlink.

Aspose::Slides::Hyperlink::Hyperlink(System::String url)

Arguments

ParameterTypeDescription
urlSystem::StringHyperlink 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

ParameterTypeDescription
slideSystem::SharedPtr<ISlide>Target slide.

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

ParameterTypeDescription
sourceSystem::SharedPtr<Hyperlink>Source hyperlink
targetFrameSystem::StringTarget frame
tooltipSystem::StringTooltip text
historybool
stopSoundsOnClickbool
highlightClickbool

See Also