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.

This class provides 3 methods for working with MasterSlidePart objects in .NET programs. Available methods include: Load, ResolveTarget, Save. All exported members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: LayoutPartNames, Name, PartName.

Description

MasterSlidePart is a class in the Aspose.Slides FOSS library for .NET that exposes 3 methods and 3 properties for programmatic use.

The class also provides the PartName property (gets the part name), the LayoutPartNames property (gets the layout part names).

Properties

NameTypeAccessDescription
PartNamestringReadGets the part name.
NamestringRead/WriteGets or sets the name.
LayoutPartNamesList<string>ReadGets the layout part names.

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