API Reference
Class
PowerPointComparisonPlanSlide
Semantic comparison slide request.
Inheritance
- PowerPointDeckPlanSlide
- PowerPointComparisonPlanSlide
Constructors
public PowerPointComparisonPlanSlide(String title, String subtitle, IEnumerable<PowerPointComparisonItem> items, String seed = null, Action<PowerPointComparisonSlideOptions> configure = null) #Creates a comparison slide request.
Parameters
- title System.String
- subtitle System.String
- items System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointComparisonItem}
- seed System.String = null
- configure System.Action{OfficeIMO.PowerPoint.PowerPointComparisonSlideOptions} = 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