IBaseSlide

Overview

IBaseSlide is a interface in Aspose.Slides FOSS for Java. Inherits from: IThemeable, ISlideComponent, IPresentationComponent.

Represents common data for all slide types.

Properties

NameTypeAccessDescription
nameStringReadReturns the name of a slide.
slideIdintReadReturns the ID of a slide.
shapesIShapeCollectionReadReturns the shapes of a slide.

Methods

SignatureDescription
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.

See Also