API Reference

Class

PowerPointClosingContent

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Closing-slide message and call to action.

Inheritance

  • Object
  • PowerPointClosingContent

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

Accepted by parameters

Constructors

public PowerPointClosingContent(String statement, String callToAction = null, String contact = null) #

Creates closing content.

Parameters

statement System.String requiredposition: 0
callToAction System.String = null optionalposition: 1
contact System.String = null optionalposition: 2

Properties

public String Statement { get; } #

Primary closing statement.

public String CallToAction { get; } #

Optional explicit next action.

public String Contact { get; } #

Optional contact or handoff line.