API Reference
Class
PowerPointCoveragePlanSlide
Coverage/location slide request.
Inheritance
- PowerPointDeckPlanSlide
- PowerPointCoveragePlanSlide
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
- subtitle System.String
- locations System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointCoverageLocation}
- seed System.String = null
- configure System.Action{OfficeIMO.PowerPoint.PowerPointCoverageSlideOptions} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
Inherited Properties
public String Title { get; } #Inherited from PowerPointDeckPlanSlide
public String Subtitle { get; } #Inherited from PowerPointDeckPlanSlide
public String Seed { get; } #Inherited from PowerPointDeckPlanSlide