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.

Remarks

Used by

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


Feedback

Was this page helpful?