SlidePart
Overview
SlidePart is a class in Aspose.Slides for CPP.
Inherits from: SlidePart.
Manages a slide XML part (ppt/slides/slideN.xml). Provides access to slide XML, layout part resolution, and save support.
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. |