API Reference
Class
PowerPointProcessPlanSlide
Process/timeline slide request.
Inheritance
- PowerPointDeckPlanSlide
- PowerPointProcessPlanSlide
Constructors
public PowerPointProcessPlanSlide(String title, String subtitle, IEnumerable<PowerPointProcessStep> steps, String seed = null, Action<PowerPointProcessSlideOptions> configure = null) #Creates a process/timeline slide request.
Parameters
- title System.String
- subtitle System.String
- steps System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointProcessStep}
- seed System.String = null
- configure System.Action{OfficeIMO.PowerPoint.PowerPointProcessSlideOptions} = 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