API Reference

Class

PowerPointCompositionResult

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Complete result of composing a semantic deck plan into a presentation.

Inheritance

  • Object
  • PowerPointCompositionResult

Usage

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

Returned or exposed by

Properties

public PowerPointDeckPlan Plan { get; } #

Resolved plan, including continuation slides when requested.

public PowerPointDeckDesign Design { get; } #

Resolved design used by the shared composition engine.

public IReadOnlyList<PowerPointSlide> Slides { get; } #

Rendered slides in generation order.

public PowerPointDeckPreflightReport Preflight { get; } #

Deterministic preflight report for the resulting presentation.