LayoutSlidePart

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 5 methods for working with LayoutSlidePart objects in C++ programs. Available methods include: master_part_name, name, part_name, save, type. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.

Methods

SignatureDescription
part_name()std::stringGet the part name of this layout slide.
name()std::stringGet the layout slide name from .
type()std::stringGet the layout type from .
master_part_name()std::stringGet the master slide part name from this layout’s relationships.
save()Save the layout slide XML back to the package.

See Also

 English