LayoutSlidePart — Aspose.Slides FOSS Java API Reference
LayoutSlidePart — Manages a layout slide XML part (ppt/slideLayouts/slideLayoutN.
Package: org.aspose.slides.foss.internal.pptx
Note: This is an internal implementation class. Do not import or use it directly — the package
org.aspose.slides.foss.internal.pptxis not part of the public API and may change without notice. This page is provided for reference only.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
partName | String | Read/Write | |
name | String | Read/Write | |
layoutTypeRaw | String | Read/Write | |
layoutTypeValue | String | Read/Write | |
masterPartName | String | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getPartName() | String | Returns the part name of this layout slide. |
getName() | String | Returns the layout name from <p:cSld name=". |
setName(String value) | void | Sets the layout name on <p:cSld name=". |
getLayoutTypeRaw() | String | Returns the raw layout type string from the type attribute of the <p:sldLayout> element. |
getLayoutTypeValue() | String | Returns the SlideLayoutType enum value string for this layout. |
getMasterPartName() | String | Resolves the master slide part name from this layout’s relationships. |
save() | void | Saves the layout slide XML back to the package. |