API Reference
Class
PowerPointProcessStep
A single step in a process/timeline slide.
Inheritance
- Object
- PowerPointProcessStep
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
- Property PowerPointProcessPlanSlide.Steps
Accepted by parameters
- Method PowerPointDeckComposer.AddProcessSlide
- Method PowerPointDeckPlan.AddProcess
- Method PowerPointDesignExtensions.AddDesignerProcessSlide
- Extension method PowerPointPresentation.AddDesignerProcessSlide
- Constructor PowerPointProcessPlanSlide.PowerPointProcessPlanSlide
- Method PowerPointSlideComposer.AddProcessTimeline
- Method PowerPointSlideComposer.AddProcessTimeline
Constructors
public PowerPointProcessStep(String title, String body, String number = null) #Creates a process step.
Parameters
- title System.String
- body System.String
- number System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Number { get; } #Optional displayed step number. When omitted, the composition assigns one.