Aspose.Slides for .NET API

47 views Asked by At

Can anyone explain the difference between SetExternalHyperlinkMouseOver and SetExternalHyperlinkClick?

I am trying to add a tool tip text along with redirection hyperlink in an Aspose slide text using C#. But I'm unable to understand what the difference between SetExternalHyperlinkMouseOver and SetExternalHyperlinkClick is.

1

There are 1 answers

0
Mafii On

SetExternalHyperlinkMouseOver sets the mouse over text shown by the PDF.

SetExternalHyperlinkClick however sets what url will be followed when the hyperlink is clicked.

Does that clear things up?