API Reference

Class

PowerPointCapabilityPlanSlide

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Capability/content slide request.

Inheritance

Constructors

public PowerPointCapabilityPlanSlide(String title, String subtitle, IEnumerable<PowerPointCapabilitySection> sections, String seed = null, Action<PowerPointCapabilitySlideOptions> configure = null) #

Creates a capability/content slide request.

Parameters

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

Properties

public IReadOnlyList<PowerPointCapabilitySection> Sections { get; } #

Capability or content sections.

public override PowerPointDeckPlanSlideKind Kind { get; } #