Office.Slide interface
Represents a single slide in a PowerPoint presentation. This interface is used as part of the Office.SlideRange object returned by when called with Office.CoercionType.SlideRange.
Properties
| id | Gets the unique ID of the slide. |
| index | Gets the 1-based index of the slide within the presentation. |
| title | Gets the title of the slide. |
Property Details
id
Gets the unique ID of the slide.
id: number;
Property Value
number
index
Gets the 1-based index of the slide within the presentation.
index: number;
Property Value
number
title
Gets the title of the slide.
title: string;
Property Value
string