LayoutSlidePart
Overview
LayoutSlidePart is a class in Aspose.Slides for CPP.
Inherits from: LayoutSlidePart.
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.
Methods
| Signature | Description |
|---|---|
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. |