ILayoutSlide

Overview

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

Represents a layout slide.

This interface provides 10 methods for working with ILayoutSlide objects in Java programs. Available methods include: asIPresentationComponent, getLayoutType, getMasterSlide, getName, getPresentation, getShapes, getSlide, getSlideId, setMasterSlide, setName. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: layoutType, masterSlide, name, presentation, shapes, slide, and 1 more.

Properties

NameTypeAccessDescription
masterSlideIMasterSlideReadReturns the master slide for this layout.
layoutTypeSlideLayoutTypeReadReturns the layout type of this slide.
nameStringReadReturns the name of a slide.
slideIdintReadReturns the ID of a slide.
shapesIShapeCollectionReadReturns the shapes of a slide.
slideIBaseSlideReadReturns the parent slide.
presentationIPresentationReadReturns the presentation containing this component.

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.
getName()StringReturns the name of a slide.
setName(name: String)Sets the name of a slide.
getSlideId()intReturns the ID of a slide.
getShapes()IShapeCollectionReturns the shapes of a slide.
getSlide()IBaseSlideReturns the parent slide.
asIPresentationComponent()IPresentationComponentReturns the base {@link IPresentationComponent} interface.
getPresentation()IPresentationReturns the presentation containing this component.

See Also