Template
Overview
Template is a class in Aspose.Slides FOSS for .NET.
PPTX template loading. Loads the Template.pptx file for new presentations.
This class provides 2 methods for working with Template objects in .NET programs.
Available methods include: GetTemplatePath, LoadTemplate.
All exported members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: TemplatePath.
Description
Template is a class in the Aspose.Slides FOSS library for .NET that exposes 2 methods and 1 property for programmatic use.
The class also provides the TemplatePath property (gets the template path).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
TemplatePath | string | Read | Gets the template path. |
Methods
| Signature | Description |
|---|---|
GetTemplatePath() | If the template file doesn’t exist. |
LoadTemplate(package: Opc.OpcPackage) | If Template.pptx doesn’t exist. |