Slide
Overview
Slide is a class in Aspose.Slides FOSS for Java.
Inherits from: ISlide.
Represents a slide in a presentation.
This class provides 18 methods for working with Slide objects in Java programs.
Available methods include: asIPresentationComponent, getIndex, getLayoutSlide, getName, getNotesSlideManager, getPresentation, getShapes, getSlide, getSlideComments, getSlideId, getSlideNumber, initInternal, and 6 additional methods.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: hidden, index, layoutSlide, name, notesSlideManager, presentation, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
index | int | Read | Returns the zero-based index of this slide. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
name | String | Read | Gets the name. |
slideId | int | Read | Gets the slide id. |
shapes | IShapeCollection | Read | Gets the shapes. |
slideNumber | int | Read | Gets the slide number. |
hidden | boolean | Read | Gets the hidden. |
layoutSlide | ILayoutSlide | Read | Gets the layout slide. |
notesSlideManager | INotesSlideManager | Read | Gets the notes slide manager. |
Methods
| Signature | Description |
|---|---|
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() → int | Returns the zero-based index of this slide. |
getSlide() → IBaseSlide | Returns the slide. |
asIPresentationComponent() → IPresentationComponent | |
getPresentation() → IPresentation | Returns the presentation. |
getName() → String | Returns the name. |
setName(name: String) | Sets the name value. |
getSlideId() → int | Returns the slide id. |
getShapes() → IShapeCollection | Returns the shapes. |
getSlideNumber() → int | Returns the slide number. |
setSlideNumber(value: int) | Sets the slide number value. |
isHidden() → boolean | Returns true if hidden is set. |
setHidden(value: boolean) | Sets the hidden value. |
getLayoutSlide() → ILayoutSlide | Returns the layout slide. |
setLayoutSlide(value: ILayoutSlide) | Sets the layout slide value. |
getNotesSlideManager() → INotesSlideManager | Returns the notes slide manager. |
getSlideComments(author: ICommentAuthor) → IComment[] | Returns comments on the slide for the given author |
remove() | Deletes the slide from its presentation |