API Reference

Class

PowerPointClosingPlanSlide

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Closing slide request.

Inheritance

Constructors

public PowerPointClosingPlanSlide(String title, PowerPointClosingContent content, String seed = null, Action<PowerPointClosingSlideOptions> configure = null) #

Creates a closing slide request.

Parameters

title System.String requiredposition: 0
content OfficeIMO.PowerPoint.PowerPointClosingContent requiredposition: 1
seed System.String = null optionalposition: 2
configure System.Action{OfficeIMO.PowerPoint.PowerPointClosingSlideOptions} = null optionalposition: 3

Properties

public PowerPointClosingContent Content { get; } #

Closing content.

public override PowerPointDeckPlanSlideKind Kind { get; } #