API Reference
Class
PowerPointCaseStudyPlanSlide
Case-study slide request.
Inheritance
- PowerPointDeckPlanSlide
- PowerPointCaseStudyPlanSlide
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
- sections System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointCaseStudySection}
- metrics System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointMetric} = null
- seed System.String = null
- configure System.Action{OfficeIMO.PowerPoint.PowerPointCaseStudySlideOptions} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
Inherited Properties
public String Title { get; } #Inherited from PowerPointDeckPlanSlide
public String Subtitle { get; } #Inherited from PowerPointDeckPlanSlide
public String Seed { get; } #Inherited from PowerPointDeckPlanSlide