API Reference

Class

PowerPointCaseStudyPlanSlide

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Case-study slide request.

Inheritance

Constructors

public PowerPointCaseStudyPlanSlide(String clientTitle, IEnumerable<PowerPointCaseStudySection> sections, IEnumerable<PowerPointMetric> metrics = null, String seed = null, Action<PowerPointCaseStudySlideOptions> configure = null) #

Creates a case-study slide request.

Parameters

clientTitle System.String requiredposition: 0
sections System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointCaseStudySection} requiredposition: 1
metrics System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointMetric} = null optionalposition: 2
seed System.String = null optionalposition: 3
configure System.Action{OfficeIMO.PowerPoint.PowerPointCaseStudySlideOptions} = null optionalposition: 4

Properties

public IReadOnlyList<PowerPointCaseStudySection> Sections { get; } #

Case-study narrative sections.

public IReadOnlyList<PowerPointMetric> Metrics { get; } #

Optional case-study metrics.

public override PowerPointDeckPlanSlideKind Kind { get; } #