LayoutSlidePart

LayoutSlidePart

Overview

LayoutSlidePart is a class in Aspose.Slides FOSS for .NET.

Manages a layout slide XML part (ppt/slideLayouts/slideLayoutN.xml). Read-only for now; provides access to layout properties.

Properties

NameTypeAccessDescription
PartNamestringReadGets the part’s name within the package
NamestringRead/WriteGets the layout slide’s display name
LayoutTypeRawstringReadProvides the raw layout type string from the XML
LayoutTypeValuestringReadProvides the processed layout type value
MasterPartNamestring?ReadGets the optional name of the associated master part

Methods

SignatureDescription
Load()Loads and parses the layout slide XML from the package.
ResolveTarget(target: string)The resolved absolute part name.
Save()Saves the layout slide XML back to the package.

See Also