API Reference
Class
PowerPointCapabilityPlanSlide
Capability/content slide request.
Inheritance
- PowerPointDeckPlanSlide
- PowerPointCapabilityPlanSlide
Constructors
public PowerPointCapabilityPlanSlide(String title, String subtitle, IEnumerable<PowerPointCapabilitySection> sections, String seed = null, Action<PowerPointCapabilitySlideOptions> configure = null) #Creates a capability/content slide request.
Parameters
- title System.String
- subtitle System.String
- sections System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointCapabilitySection}
- seed System.String = null
- configure System.Action{OfficeIMO.PowerPoint.PowerPointCapabilitySlideOptions} = 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