API Reference

Class

PowerPointCaseStudySection

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

A text section in a case-study slide.

Inheritance

  • Object
  • PowerPointCaseStudySection

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 PowerPointCaseStudySection(String heading, String body) #

Creates a case-study text section.

Parameters

heading System.String requiredposition: 0
body System.String requiredposition: 1

Properties

public String Heading { get; } #

Section heading.

public String Body { get; } #

Section body text.