Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Opens the template file from the specified disk location.

Signature
C#
C#
public void Open(String filepath)
Signature
vb.net
vb.net
Public Sub Open(ByVal filepath As String)
Parameters
Param
filepath
filepath

A string representing the location of the file.

Example
Code Block
csharp
csharp
titleC#

          PResentation pres = ppta.Open(@"C:\Reports\Report.pptx");
        
Code Block
vb.net
vb.net
titlevb.net
Dim pres As Presentation = ppta.Open("C:\Reports\Report.pptx")