LayoutSlidePart
Overview
LayoutSlidePart is a class in Aspose.Slides FOSS for C++.
Manages a layout slide XML part (ppt/slideLayouts/slideLayoutN.xml). Read-only for now; provides access to layout slide properties and the associated master slide part.
This class provides 5 methods for working with LayoutSlidePart objects in C++ programs.
Available methods include: master_part_name, name, part_name, save, type.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
part_name() → std::string | Get the part name of this layout slide. |
name() → std::string | Get the layout slide name from . |
type() → std::string | Get the layout type from . |
master_part_name() → std::string | Get the master slide part name from this layout’s relationships. |
save() | Save the layout slide XML back to the package. |