API Reference

Class

PowerPointSectionPlanSlide

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Section/title slide request.

Inheritance

Constructors

public PowerPointSectionPlanSlide(String title, String subtitle = null, String seed = null, Action<PowerPointDesignerSlideOptions> configure = null) #

Creates a section/title slide request.

Parameters

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

Properties

public override PowerPointDeckPlanSlideKind Kind { get; } #