PowerPoint.Interfaces.SlideLayoutData interface

An interface describing the data returned by calling slideLayout.toJSON().

Properties

id

Gets the unique ID of the slide layout.

name

Gets the name of the slide layout.

Property Details

id

Gets the unique ID of the slide layout.

id?: string;

Property Value

string

Remarks

[ API set: PowerPointApi 1.3 ]

name

Gets the name of the slide layout.

name?: string;

Property Value

string

Remarks

[ API set: PowerPointApi 1.3 ]