MasterSlidePart

Overview

MasterSlidePart is a class in Aspose.Slides for Python.

Manages a master slide XML part (ppt/slideMasters/slideMasterN.xml).

Properties

NameTypeAccessDescription
part_namestrReadReturns the internal package part name of the master slide
namestrReadProvides the display name of the master slide
layout_part_nameslist[str]ReadLists the part names of slide layouts linked to this master

Methods

SignatureDescription
__init__(package: OpcPackage, part_name: str)Initialize a master slide part.
save()Save the master slide XML back to the package.