Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example

If you are coding directly in the .aspx page, following the Page directive, include:

Code Block
<%@ Import Namespace="SoftArtisans.PowerPointWriter" %>

If you are coding in the "code behind" page (.aspx.vb or .aspx.cs), include an Imports or using statement at the top of the "code behind" page:

Code Block
csharp
csharp
titleC#
using SoftArtisans.PowerPointWriter;
Code Block
vbnet
vbnet
titlevb.net
Imports SoftArtisans.PowerPointWriter

To create an instance of the ExcelTemplate object use:

Code Block
csharp
csharp
titleC#
PowerPointTemplate ppt = new PowerPointTemplate();
Code Block
vbnet
vbnet
titlevb.net
Dim ppt As New PowerPointTemplate()
Fields
Methods
Methods

Name

Description

BindData(Object(), String(), String, DataBindingProperties)

Excerpt Include
PPTW8:PowerPointTemplate.BindData(Object()(), String(), String, PowerPointWriter.DataBindingProperties)
PPTW8:PowerPointTemplate.BindData(Object()(), String(), String, PowerPointWriter.DataBindingProperties)
nopaneltrue

BindData(Object()(), String(), String, DataBindingProperties)

Excerpt Include
PPTW8:PowerPointTemplate.BindData(Object()(), String(), String, PowerPointWriter.DataBindingProperties)
PPTW8:PowerPointTemplate.BindData(Object()(), String(), String, PowerPointWriter.DataBindingProperties)
nopaneltrue

BindData(System.Data.DataTable, String, DataBindingProperties)

Excerpt Include
PPTW8:PowerPointTemplate.BindData(System.Data.DataTable, String, PowerPointWriter.DataBindingProperties)
PPTW8:PowerPointTemplate.BindData(System.Data.DataTable, String, PowerPointWriter.DataBindingProperties)
nopaneltrue

CreateDataBindingProperties()

Excerpt Include
PPTW8:PowerPointTemplate.CreateDataBindingProperties()
PPTW8:PowerPointTemplate.CreateDataBindingProperties()
nopaneltrue

PowerPointTemplate()

Excerpt Include
PPTW8:PowerPointTemplate.PowerPointTemplate()
PPTW8:PowerPointTemplate.PowerPointTemplate()
nopaneltrue

Open(PowerPointApplication, Presentation)

Excerpt Include
PPTW8:PowerPointTemplate.Open(PowerPointWriter.PowerPointApplication, PowerPointWriter.Presentation)
PPTW8:PowerPointTemplate.Open(PowerPointWriter.PowerPointApplication, PowerPointWriter.Presentation)
nopaneltrue

Open(String)

Excerpt Include
PPTW8:PowerPointTemplate.Open(String)
PPTW8:PowerPointTemplate.Open(String)
nopaneltrue

Open(System.IO.Stream)

Excerpt Include
PPTW8:PowerPointTemplate.Open(System.IO.Stream)
PPTW8:PowerPointTemplate.Open(System.IO.Stream)
nopaneltrue

Process()

Excerpt Include
PPTW8:PowerPointTemplate.Process()
PPTW8:PowerPointTemplate.Process()
nopaneltrue

Save(String)

Excerpt Include
PPTW8:PowerPointTemplate.Save(String)
PPTW8:PowerPointTemplate.Save(String)
nopaneltrue

Save(System.IO.Stream)

Excerpt Include
PPTW8:PowerPointTemplate.Save(System.IO.Stream)
PPTW8:PowerPointTemplate.Save(System.IO.Stream)
nopaneltrue

Save(System.Web.HttpResponse)

Excerpt Include
PPTW8:PowerPointTemplate.Save(System.Web.HttpResponse)
PPTW8:PowerPointTemplate.Save(System.Web.HttpResponse)
nopaneltrue

Save(System.Web.HttpResponse, String, Boolean)

Excerpt Include
PPTW8:PowerPointTemplate.Save(System.Web.HttpResponse, String, Boolean)
PPTW8:PowerPointTemplate.Save(System.Web.HttpResponse, String, Boolean)
nopaneltrue