API Reference
Class
PowerPointTemplate
Optional adapter for inspecting a PowerPoint template and creating an editable presentation from it.
Inheritance
- Object
- PowerPointTemplate
Methods
public static PowerPointPresentation CreatePresentation(String templatePath, String outputPath, PowerPointTemplateCreationOptions options = null) #Returns:
PowerPointPresentationCopies a `.pptx` or `.potx` template into a new editable presentation while preserving native masters, layouts, themes, relationships, and assets.
Parameters
- templatePath System.String
- outputPath System.String
- options OfficeIMO.PowerPoint.PowerPointTemplateCreationOptions = null
Inspect 2 overloads
public static PowerPointTemplateInventory Inspect(PowerPointPresentation presentation) #Returns:
PowerPointTemplateInventoryInspects masters, layouts, placeholders, theme tokens, and reusable assets in a template file.
Parameters
- templatePath System.String
Inspect(OfficeIMO.PowerPoint.PowerPointPresentation presentation) #Inspects the template-capable structure already loaded by a presentation.
Parameters
- presentation OfficeIMO.PowerPoint.PowerPointPresentation
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object