API Reference
Class
PowerPointCustomPlanSlide
Custom raw-composition slide request.
Inheritance
- PowerPointDeckPlanSlide
- PowerPointCustomPlanSlide
Constructors
public PowerPointCustomPlanSlide(String title, Action<PowerPointSlideComposer> compose, String seed = null, Action<PowerPointDesignerSlideOptions> configure = null, Boolean dark = false) #Creates a custom slide request that can use slide composer primitives.
Parameters
- title System.String
- compose System.Action{OfficeIMO.PowerPoint.PowerPointSlideComposer}
- seed System.String = null
- configure System.Action{OfficeIMO.PowerPoint.PowerPointDesignerSlideOptions} = null
- dark System.Boolean = false
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