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
| Name | Type | Access | Description |
|---|---|---|---|
PartName | string | Read | Gets the part’s name within the package |
Name | string | Read/Write | Gets the layout slide’s display name |
LayoutTypeRaw | string | Read | Provides the raw layout type string from the XML |
LayoutTypeValue | string | Read | Provides the processed layout type value |
MasterPartName | string? | Read | Gets the optional name of the associated master part |
Methods
| Signature | Description |
|---|---|
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. |