API Reference

Class

PowerPointTemplateCreationOptions

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

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() #

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.