API Reference
Class
PowerPointSectionPlanSlide
Section/title slide request.
Inheritance
- PowerPointDeckPlanSlide
- PowerPointSectionPlanSlide
Constructors
public PowerPointSectionPlanSlide(String title, String subtitle = null, String seed = null, Action<PowerPointDesignerSlideOptions> configure = null) #Creates a section/title slide request.
Parameters
- title System.String
- subtitle System.String = null
- seed System.String = null
- configure System.Action{OfficeIMO.PowerPoint.PowerPointDesignerSlideOptions} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public override PowerPointDeckPlanSlideKind Kind { get; } #Inherited Properties
public String Title { get; } #Inherited from PowerPointDeckPlanSlide
public String Subtitle { get; } #Inherited from PowerPointDeckPlanSlide
public String Seed { get; } #Inherited from PowerPointDeckPlanSlide