MasterSlidePart

MasterSlidePart

Overview

MasterSlidePart is a class in Aspose.Slides for CPP. Inherits from: MasterSlidePart.

Manages a master slide XML part (ppt/slideMasters/slideMasterN.xml). Read-only for now; provides access to master slide properties and the list of associated layout slide parts.

Methods

SignatureDescription
name()std::stringGet the master slide name from .
set_name(value: std::string_view)Set the master slide name on .
layout_part_names()std::vector<std::string>Get list of layout slide part names from this master’s relationships.
save()Save the master slide XML back to the package.