ILayoutSlide

Overview

ILayoutSlide is a interface in Aspose.Slides FOSS for Java. Inherits from: IBaseSlide.

Represents a layout slide.

Properties

NameTypeAccessDescription
masterSlideIMasterSlideReadReturns the master slide for this layout.
layoutTypeSlideLayoutTypeReadReturns the layout type of this slide.

Methods

SignatureDescription
getMasterSlide()IMasterSlideReturns the master slide for this layout.
setMasterSlide(value: IMasterSlide)Sets the master slide for this layout.
getLayoutType()SlideLayoutTypeReturns the layout type of this slide.

See Also