API Reference

Class

PowerPointProcessStep

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

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

Constructors

public PowerPointProcessStep(String title, String body, String number = null) #

Creates a process step.

Parameters

title System.String requiredposition: 0
body System.String requiredposition: 1
number System.String = null optionalposition: 2

Properties

public String Number { get; } #

Optional displayed step number. When omitted, the composition assigns one.

public String Title { get; } #

Step title.

public String Body { get; } #

Step body text.