Slide

Overview

Slide is a class in Aspose.Slides FOSS for Java. Inherits from: ISlide.

Represents a slide in a presentation.

Properties

NameTypeAccessDescription
indexintReadReturns the zero-based index of this slide.
slideIBaseSlideReadProvides the underlying IBaseSlide object
presentationIPresentationReadReferences the IPresentation containing this slide
nameStringReadGets or sets the slide’s name
slideIdintReadReturns the slide’s unique identifier
shapesIShapeCollectionReadProvides the collection of shapes on the slide
slideNumberintReadGets or sets the slide’s display number
hiddenbooleanRead
layoutSlideILayoutSlideReadGets or sets the layout applied to the slide
notesSlideManagerINotesSlideManagerReadGives access to the slide’s notes manager

Methods

SignatureDescription
initInternal(presentation: Presentation, opcPackage: org.aspose.slides.foss.internal.opc.OpcPackage, partName: String, slideRef: SlideReference, slidePart: Object, layoutResolver: Function<String, ILayoutSlide>)Internal initialization for a slide.
getIndex()intReturns the zero-based index of this slide.
getSlide()IBaseSlideReturns the underlying IBaseSlide object for this slide
asIPresentationComponent()IPresentationComponent
getPresentation()IPresentation
getName()String
setName(name: String)Assigns a new name to the slide
getSlideId()intReturns the unique identifier of the slide
getShapes()IShapeCollection
getSlideNumber()intReturns the slide’s display number
setSlideNumber(value: int)Sets the slide’s display number
isHidden()booleanIndicates whether the slide is hidden
setHidden(value: boolean)Marks the slide as hidden or visible
getLayoutSlide()ILayoutSlideReturns the layout slide applied to this slide
setLayoutSlide(value: ILayoutSlide)
getNotesSlideManager()INotesSlideManagerProvides access to the slide’s notes manager
getSlideComments(author: ICommentAuthor)IComment[]Returns comments on the slide for the specified author
remove()