LayoutSlidePart

Overview

LayoutSlidePart is a class in Aspose.Slides for Python.

Manages a layout slide XML part (ppt/slideLayouts/slideLayoutN.xml).

Properties

NameTypeAccessDescription
part_namestrReadReturns the internal part name of the layout slide
namestrReadReturns the user-visible name of the layout slide
layout_type_rawstrReadReturns the raw layout type string as stored in the XML
layout_type_valuestrReadReturns the processed layout type derived from the raw string
master_part_nameOptional[str]ReadReturns the part name of the associated master slide, or None

Methods

SignatureDescription
__init__(package: OpcPackage, part_name: str)Initialize a layout slide part.
save()Save the layout slide XML back to the package.