MasterSlidePart
Overview
MasterSlidePart is a class in Aspose.Slides for Python.
Manages a master slide XML part (ppt/slideMasters/slideMasterN.xml).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
part_name | str | Read | Returns the internal package part name of the master slide |
name | str | Read | Provides the display name of the master slide |
layout_part_names | list[str] | Read | Lists the part names of slide layouts linked to this master |
Methods
| Signature | Description |
|---|---|
__init__(package: OpcPackage, part_name: str) | Initialize a master slide part. |
save() | Save the master slide XML back to the package. |