LayoutSlidePart

General

LayoutSlidePart és una classe en Aspose.Slides per a Python.

Gestiona una part XML de diapositiva (ppt/slideLayouts/disseny LayoutN.xml).

Propietats

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

Mètodes

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