Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Office.Slide interface
- Package:
- office
Represents a single slide in a PowerPoint presentation. This interface is used as part of the Office.SlideRange object returned by Office.Document.getSelectedDataAsync 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
