PowerPoint.Interfaces.SlideLayoutData interface
An interface describing the data returned by calling slideLayout.toJSON()
.
Property Details
id
Gets the unique ID of the slide layout.
id?: string;
Property Value
string
Remarks
name
Gets the name of the slide layout.
name?: string;
Property Value
string