SlidePart
Overview
SlidePart is a class in Aspose.Slides FOSS for C++.
Manages a slide XML part (ppt/slides/slideN.xml). Provides access to slide XML, layout part resolution, and save support.
This class provides 3 methods for working with SlidePart objects in Go programs.
Available methods include: layout_part_name, resolve_target, save.
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 |
|---|---|
layout_part_name() → std::string | Get the layout slide part name from this slide’s relationships. |
save() | Save the slide XML back to the package. |
resolve_target(target: std::string_view) → std::string | Resolve a relative target path to an absolute part name. |