MasterSlide — Aspose.Slides FOSS Java API Reference

MasterSlide — Represents a master slide in a presentation. Inherits from: BaseSlide, IMasterSlide.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
layoutSlidesILayoutSlideCollectionRead/Write
presentationIPresentationRead/Write

Methods

MethodReturnsDescription
initInternal(IPresentation presentation, OpcPackage opcPackage, String partName, MasterSlidePart masterPart, List<ILayoutSlide> layoutSlides)voidInternal initialization for a master slide loaded from a package.
getLayoutSlides()ILayoutSlideCollection
getPresentation()IPresentation

See Also