MasterSlidePart

MasterSlidePart — Aspose.Slides FOSS Java API Reference

MasterSlidePart — Manages a master slide XML part (ppt/slideMasters/slideMasterN.

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
layoutPartNamesList<String>Read/Write

Methods

MethodReturnsDescription
getPartName()StringReturns the part name of this master slide.
getName()StringReturns the master slide name from <p:cSld name=".
setName(String value)voidSets the master slide name on <p:cSld name=".
getLayoutPartNames()List<String>Returns the list of layout slide part names referenced by this master’s relationships.
save()voidSaves the master slide XML back to the package.

See Also