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 4 methods for working with LayoutSlidePart objects in Go programs.
Available methods include: master_part_name, name, save, type.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
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. |