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
| Name | Type | Access | Description |
|---|---|---|---|
PartName | string | Read | Gets the part name. |
Name | string | Read/Write | Gets or sets the name. |
LayoutPartNames | List<string> | Read | Gets the layout part names. |
Methods
| Signature | Description |
|---|---|
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. |