ClickHyperlink
GetOtherPowerPointPresentation Method
|
Returns a hyperlink to other powerPoint presentation.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public static ClickHyperlink GetOtherPowerPointPresentation(
string filePath
)
Public Shared Function GetOtherPowerPointPresentation (
filePath As String
) As ClickHyperlink
public:
static ClickHyperlink^ GetOtherPowerPointPresentation(
String^ filePath
)
static member GetOtherPowerPointPresentation :
filePath : string -> ClickHyperlink
Parameters
-
filePath
-
Type:
System
String
the file full path.
Return Value
Type:
ClickHyperlink
See Also