API Reference
Class
PowerPointCompositionResult
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.