API Reference

Class

PowerPointCardGridPlanSlide

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Card-grid slide request.

Inheritance

Constructors

public PowerPointCardGridPlanSlide(String title, String subtitle, IEnumerable<PowerPointCardContent> cards, String seed = null, Action<PowerPointCardGridSlideOptions> configure = null) #

Creates a card-grid slide request.

Parameters

title System.String requiredposition: 0
subtitle System.String requiredposition: 1
cards System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointCardContent} requiredposition: 2
seed System.String = null optionalposition: 3
configure System.Action{OfficeIMO.PowerPoint.PowerPointCardGridSlideOptions} = null optionalposition: 4

Properties

public IReadOnlyList<PowerPointCardContent> Cards { get; } #

Cards displayed by the grid.

public override PowerPointDeckPlanSlideKind Kind { get; } #