API Reference

Class

PowerPointArchitecturePlanSlide

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Editable architecture slide request.

Inheritance

Constructors

public PowerPointArchitecturePlanSlide(String title, String subtitle, PowerPointArchitectureContent content, String seed = null, Action<PowerPointArchitectureSlideOptions> configure = null) #

Creates an architecture slide request.

Parameters

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

Properties

public PowerPointArchitectureContent Content { get; } #

Architecture graph content.

public override PowerPointDeckPlanSlideKind Kind { get; } #