Hyperlink Constructor (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.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic Hyperlink(
ISlide slide
)
Public Sub New (
slide As ISlide
)
public:
Hyperlink(
ISlide^ slide
)
new :
slide : ISlide -> Hyperlink
Parameters
- slide
- Type: Aspose.SlidesISlide
Target slide.
See Also