LayoutSlide

Overview

LayoutSlide is a class in Aspose.Slides FOSS for Java. Inherits from: BaseSlide, ILayoutSlide.

Represents a layout slide.

Properties

NameTypeAccessDescription
masterSlideIMasterSlideReadProperty provides access to the layout slide’s master slide
layoutTypeSlideLayoutTypeReadProperty provides the layout type of the layout slide
presentationIPresentationReadProperty provides the owning presentation of the layout slide

Methods

SignatureDescription
LayoutSlide()Creates a new empty LayoutSlide.
initInternal(presentation: IPresentation, opcPackage: OpcPackage, partName: String, layoutPart: LayoutSlidePart, masterResolver: Function<String, IMasterSlide>)Internal initialization for a layout slide loaded from a package.
getMasterSlide()IMasterSlide
setMasterSlide(value: IMasterSlide)Assigns the specified master slide to this layout slide
getLayoutType()SlideLayoutType
setLayoutType(layoutType: SlideLayoutType)Sets the layout type (internal).
getPresentation()IPresentationReturns the presentation that owns this layout slide

See Also