API Reference

Class

PowerPointProcessPlanSlide

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Process/timeline slide request.

Inheritance

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 requiredposition: 0
subtitle System.String requiredposition: 1
steps System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointProcessStep} requiredposition: 2
seed System.String = null optionalposition: 3
configure System.Action{OfficeIMO.PowerPoint.PowerPointProcessSlideOptions} = null optionalposition: 4

Properties

public IReadOnlyList<PowerPointProcessStep> Steps { get; } #

Process steps.

public override PowerPointDeckPlanSlideKind Kind { get; } #