LayoutSlide

Overview

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

Represents a layout slide.

This class provides 14 methods for working with LayoutSlide objects in Java programs. Available methods include: BaseSlide, LayoutSlide, asIPresentationComponent, getLayoutType, getMasterSlide, getName, getPresentation, getShapes, getSlide, getSlideId, initInternal, setLayoutType, and 2 additional methods. 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
masterSlideIMasterSlideReadGets the master slide.
layoutTypeSlideLayoutTypeReadGets the layout type.
presentationIPresentationReadGets the presentation.
nameStringReadGets the name.
slideIdintReadGets the slide id.
shapesIShapeCollectionReadGets the shapes.
slideIBaseSlideReadGets the 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()IMasterSlideReturns the master slide.
setMasterSlide(value: IMasterSlide)Sets the master slide value.
getLayoutType()SlideLayoutTypeReturns the layout type.
setLayoutType(layoutType: SlideLayoutType)Sets the layout type (internal).
getPresentation()IPresentationReturns the presentation.
BaseSlide()Creates a BaseSlide with default values.
getName()StringReturns the name.
setName(name: String)Sets the name value.
getSlideId()intReturns the slide id.
getShapes()IShapeCollectionReturns the shapes.
getSlide()IBaseSlideReturns the slide.
asIPresentationComponent()IPresentationComponent

See Also