ISlide — Aspose.Slides FOSS Java API Reference

ISlide — Represents a slide in a presentation.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
slideNumberintRead/Write
hiddenbooleanRead/Write
layoutSlideILayoutSlideRead/Write
notesSlideManagerINotesSlideManagerRead/Write

Methods

MethodReturnsDescription
getSlideNumber()intReturns the 1-based slide number.
setSlideNumber(int value)voidSets the 1-based slide number.
isHidden()booleanDetermines whether the specified slide is hidden during a slide show.
setHidden(boolean value)voidSets whether the specified slide is hidden during a slide show.
getLayoutSlide()ILayoutSlideReturns the layout slide for the current slide.
setLayoutSlide(ILayoutSlide value)voidSets the layout slide for the current slide.
getNotesSlideManager()INotesSlideManagerReturns the notes slide manager for this slide.
getSlideComments(ICommentAuthor author)IComment[]Returns comments on this slide, optionally filtered by author.
remove()voidRemoves this slide from the presentation.

See Also