API Reference
Class
PowerPointTemplateCreationOptions
Options for creating an editable presentation from a `.pptx` or `.potx` template.
Inheritance
- Object
- PowerPointTemplateCreationOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public PowerPointTemplateCreationOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PowerPointTemplateSlideRetention SlideRetention { get; set; } #Source-slide retention policy.
public ISet<Int32> SourceSlideIndexes { get; } #Zero-based source slide indexes used when SlideRetention is Selected.
public Boolean HideRetainedSourceSlides { get; set; } #Marks retained source slides hidden, useful for reference or appendix templates.
public Boolean Overwrite { get; set; } #Allows replacing an existing output file.