MasterSlidePart

MasterSlidePart

Overview

MasterSlidePart is a class in Aspose.Slides FOSS for C++.

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.

This class provides 5 methods for working with MasterSlidePart objects in C++ programs. Available methods include: layout_part_names, name, part_name, save, set_name. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.

Methods

SignatureDescription
part_name()std::stringGet the part name of this master slide.
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.

See Also

 English