API Reference

Class

PowerPointScreenshotStoryPlanSlide

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Semantic screenshot-story slide request.

Inheritance

Constructors

public PowerPointScreenshotStoryPlanSlide(String title, String subtitle, PowerPointImageAsset image, IEnumerable<String> narrative = null, String seed = null, Action<PowerPointScreenshotStorySlideOptions> configure = null) #

Creates a screenshot-story slide request.

Parameters

title System.String requiredposition: 0
subtitle System.String requiredposition: 1
image OfficeIMO.PowerPoint.PowerPointImageAsset requiredposition: 2
narrative System.Collections.Generic.IEnumerable{System.String} = null optionalposition: 3
seed System.String = null optionalposition: 4
configure System.Action{OfficeIMO.PowerPoint.PowerPointScreenshotStorySlideOptions} = null optionalposition: 5

Properties

public PowerPointImageAsset Image { get; } #

Semantic image asset.

public IReadOnlyList<String> Narrative { get; } #

Narrative points displayed with the image.

public override PowerPointDeckPlanSlideKind Kind { get; } #