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.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 | |
layoutPartNames | List<String> | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getPartName() | String | Returns the part name of this master slide. |
getName() | String | Returns the master slide name from <p:cSld name=". |
setName(String value) | void | Sets 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() | void | Saves the master slide XML back to the package. |