LayoutSlidePart

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.pptx is not part of the public API and may change without notice. This page is provided for reference only.


Properties

PropertyTypeAccessDescription
partNameStringRead/Write
nameStringRead/Write
layoutTypeRawStringRead/Write
layoutTypeValueStringRead/Write
masterPartNameStringRead/Write

Methods

MethodReturnsDescription
getPartName()StringReturns the part name of this layout slide.
getName()StringReturns the layout name from <p:cSld name=".
setName(String value)voidSets the layout name on <p:cSld name=".
getLayoutTypeRaw()StringReturns the raw layout type string from the type attribute of the <p:sldLayout> element.
getLayoutTypeValue()StringReturns the SlideLayoutType enum value string for this layout.
getMasterPartName()StringResolves the master slide part name from this layout’s relationships.
save()voidSaves the layout slide XML back to the package.

See Also