API Reference

Enum

PowerPointTemplateSlideRetention

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls which source slides remain in a presentation created from a template.

Inheritance

  • Enum
  • PowerPointTemplateSlideRetention

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const PowerPointTemplateSlideRetention All #

Keep every source slide.

Value: 0
public const PowerPointTemplateSlideRetention None #

Remove every source slide while preserving masters, layouts, theme, and assets.

Value: 1
public const PowerPointTemplateSlideRetention Selected #

Keep only zero-based indexes listed in SourceSlideIndexes.

Value: 2