API Reference

Class

PowerPointCoveragePlanSlide

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Coverage/location slide request.

Inheritance

Constructors

public PowerPointCoveragePlanSlide(String title, String subtitle, IEnumerable<PowerPointCoverageLocation> locations, String seed = null, Action<PowerPointCoverageSlideOptions> configure = null) #

Creates a coverage/location slide request.

Parameters

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

Properties

public IReadOnlyList<PowerPointCoverageLocation> Locations { get; } #

Coverage locations.

public override PowerPointDeckPlanSlideKind Kind { get; } #