API Reference

Class

PowerPointCustomPlanSlide

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Custom raw-composition slide request.

Inheritance

Constructors

public PowerPointCustomPlanSlide(String title, Action<PowerPointSlideComposer> compose, String seed = null, Action<PowerPointDesignerSlideOptions> configure = null, Boolean dark = false) #

Creates a custom slide request that can use slide composer primitives.

Parameters

title System.String requiredposition: 0
compose System.Action{OfficeIMO.PowerPoint.PowerPointSlideComposer} requiredposition: 1
seed System.String = null optionalposition: 2
configure System.Action{OfficeIMO.PowerPoint.PowerPointDesignerSlideOptions} = null optionalposition: 3
dark System.Boolean = false optionalposition: 4

Properties

public Boolean Dark { get; } #

Whether the custom slide should use the dark designer surface.

public override PowerPointDeckPlanSlideKind Kind { get; } #