API Reference
Class
PowerPointCardGridPlanSlide
Card-grid slide request.
Inheritance
- PowerPointDeckPlanSlide
- PowerPointCardGridPlanSlide
Constructors
public PowerPointCardGridPlanSlide(String title, String subtitle, IEnumerable<PowerPointCardContent> cards, String seed = null, Action<PowerPointCardGridSlideOptions> configure = null) #Creates a card-grid slide request.
Parameters
- title System.String
- subtitle System.String
- cards System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointCardContent}
- seed System.String = null
- configure System.Action{OfficeIMO.PowerPoint.PowerPointCardGridSlideOptions} = 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