API Reference

Class

PowerPointLogoWallPlanSlide

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Logo/proof wall slide request.

Inheritance

Constructors

public PowerPointLogoWallPlanSlide(String title, String subtitle, IEnumerable<PowerPointLogoItem> logos, String seed = null, Action<PowerPointLogoWallSlideOptions> configure = null) #

Creates a logo/proof wall slide request.

Parameters

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

Properties

public IReadOnlyList<PowerPointLogoItem> Logos { get; } #

Logo, partner, product, or certification items.

public override PowerPointDeckPlanSlideKind Kind { get; } #