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
name
Gets the name of the slide layout.
name?: string;
Property Value
string
Remarks
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