API Reference

Class

PowerPointChartStoryPlanSlide

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Editable chart-story slide request.

Inheritance

Constructors

public PowerPointChartStoryPlanSlide(String title, String subtitle, PowerPointChartStoryContent content, String seed = null, Action<PowerPointChartStorySlideOptions> configure = null) #

Creates a chart-story slide request.

Parameters

title System.String requiredposition: 0
subtitle System.String requiredposition: 1
content OfficeIMO.PowerPoint.PowerPointChartStoryContent requiredposition: 2
seed System.String = null optionalposition: 3
configure System.Action{OfficeIMO.PowerPoint.PowerPointChartStorySlideOptions} = null optionalposition: 4

Properties

public PowerPointChartStoryContent Content { get; } #

Chart and narrative content.

public override PowerPointDeckPlanSlideKind Kind { get; } #