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
Wiki Markup
{description}
{excerpt}Opens the template file from the specified disk location.
{excerpt}
{signature:C#}
public void Open(String filepath)
{signature}
{signature:vb.net}
Public Sub Open(ByVal filepath As String)
{signature}
{parameters}
{param:filepath}A string representing the location of the file.{param}
{example}{code:csharp|title=C#}

          PResentation pres = ppta.Open(@"C:\Reports\Report.pptx");
        {code}
{code:vb.net|title=vb.net}
Dim pres As Presentation = ppta.Open("C:\Reports\Report.pptx"){code}
{example}