API Reference

Class

PowerPointCardContent

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

A card with a title and optional bullet items.

Inheritance

  • Object
  • PowerPointCardContent

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 PowerPointCardContent(String title, IEnumerable<String> items = null, String accentColor = null) #

Creates a designer card.

Parameters

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

Properties

public String Title { get; } #

Card title.

public IReadOnlyList<String> Items { get; } #

Bullet items displayed in the card.

public String AccentColor { get; } #

Optional accent color override.