API Reference

Class

PowerPointCapabilitySection

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

A narrative section for capability/content slides.

Inheritance

  • Object
  • PowerPointCapabilitySection

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 PowerPointCapabilitySection(String heading, String body = null, IEnumerable<String> items = null, String accentColor = null) #

Creates a capability section with optional body text and bullet items.

Parameters

heading System.String requiredposition: 0
body System.String = null optionalposition: 1
items System.Collections.Generic.IEnumerable{System.String} = null optionalposition: 2
accentColor System.String = null optionalposition: 3

Properties

public String Heading { get; } #

Section heading.

public String Body { get; } #

Optional body text.

public IReadOnlyList<String> Items { get; } #

Optional bullet items.

public String AccentColor { get; } #

Optional accent color override.