API Reference
Class
PowerPointScreenshotStoryPlanSlide
Semantic screenshot-story slide request.
Inheritance
- PowerPointDeckPlanSlide
- PowerPointScreenshotStoryPlanSlide
Constructors
public PowerPointScreenshotStoryPlanSlide(String title, String subtitle, PowerPointImageAsset image, IEnumerable<String> narrative = null, String seed = null, Action<PowerPointScreenshotStorySlideOptions> configure = null) #Creates a screenshot-story slide request.
Parameters
- title System.String
- subtitle System.String
- image OfficeIMO.PowerPoint.PowerPointImageAsset
- narrative System.Collections.Generic.IEnumerable{System.String} = null
- seed System.String = null
- configure System.Action{OfficeIMO.PowerPoint.PowerPointScreenshotStorySlideOptions} = 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