LayoutSlidePart
General
LayoutSlidePart és una classe en Aspose.Slides per NET.
Gestiona una part XML de diapositiva d’arranjament (ppt/slideLayouts/disable LayoutN.xml). Per ara només en lectura; proporciona accés a les propietats del disseny.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
PartName | string | Read | Gets or sets the layout slide part’s name within the package |
Name | string | Read/Write | Gets or sets the human‑readable name of the layout slide |
LayoutTypeRaw | string | Read | Gets the raw layout type string as stored in the XML |
LayoutTypeValue | string | Read | Gets the processed layout type value derived from the raw string |
MasterPartName | string? | Read | Gets the optional name of the master part associated with this layout |
Mètodes
| 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. |