MasterSlide

General

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

MasterSlide és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚BaseSlide⌒, ∂IMasterSlideヽ .

Representa una diapositiva principal en una presentació.

Propietats

NameTypeAccessDescription
layoutSlidesILayoutSlideCollectionReadProperty exposing the master slide’s layout slide collection
presentationIPresentationReadProperty exposing the parent presentation of this master slide

Mètodes

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
 Català