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

SignatureDescription
layout_part_name()std::stringGet 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::stringResolve a relative target path to an absolute part name.