MasterSlide

Overview

MasterSlide is a class in Aspose.Slides FOSS for Java. Inherits from: BaseSlide, IMasterSlide.

Represents a master slide in a presentation.

Properties

NameTypeAccessDescription
layoutSlidesILayoutSlideCollectionReadProvides access to the master slide’s layout slide collection
presentationIPresentationReadProvides the owning presentation of the master slide

Methods

SignatureDescription
MasterSlide(layoutSlides: ILayoutSlideCollection)Creates a MasterSlide with the given layout slides.
MasterSlide(name: String, slideId: int, layoutSlides: ILayoutSlideCollection)Creates a MasterSlide with the given name, ID, and layout slides.
MasterSlide()Creates a MasterSlide with no layout slides.
initInternal(presentation: IPresentation, opcPackage: OpcPackage, partName: String, masterPart: MasterSlidePart, layoutSlides: List<ILayoutSlide>)Internal initialization for a master slide loaded from a package.
getLayoutSlides()ILayoutSlideCollectionReturns the collection of layout slides associated with this master slide
getPresentation()IPresentationReturns the presentation that owns this master slide

See Also