MasterSlidePart

MasterSlidePart

Overview

MasterSlidePart is a class in Aspose.Slides FOSS for .NET.

Manages a master slide XML part (ppt/slideMasters/slideMasterN.xml). Read-only for now; provides access to master slide properties.

Properties

NameTypeAccessDescription
PartNamestringRead
NamestringRead/WriteGets the display name of the master slide
LayoutPartNamesList<string>ReadProvides a list of layout part names associated with the master slide

Methods

SignatureDescription
Load()Loads and parses the master slide XML from the package.
ResolveTarget(target: string)The resolved absolute part name.
Save()Saves the master slide XML back to the package.

See Also