Slide
Overview
Slide is a class in Aspose.Slides FOSS for Java.
Inherits from: ISlide.
Represents a slide in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
index | int | Read | Returns the zero-based index of this slide. |
slide | IBaseSlide | Read | Provides the underlying IBaseSlide object |
presentation | IPresentation | Read | References the IPresentation containing this slide |
name | String | Read | Gets or sets the slide’s name |
slideId | int | Read | Returns the slide’s unique identifier |
shapes | IShapeCollection | Read | Provides the collection of shapes on the slide |
slideNumber | int | Read | Gets or sets the slide’s display number |
hidden | boolean | Read | |
layoutSlide | ILayoutSlide | Read | Gets or sets the layout applied to the slide |
notesSlideManager | INotesSlideManager | Read | Gives access to the slide’s notes 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 underlying IBaseSlide object for this slide |
asIPresentationComponent() → IPresentationComponent | |
getPresentation() → IPresentation | |
getName() → String | |
setName(name: String) | Assigns a new name to the slide |
getSlideId() → int | Returns the unique identifier of the slide |
getShapes() → IShapeCollection | |
getSlideNumber() → int | Returns the slide’s display number |
setSlideNumber(value: int) | Sets the slide’s display number |
isHidden() → boolean | Indicates whether the slide is hidden |
setHidden(value: boolean) | Marks the slide as hidden or visible |
getLayoutSlide() → ILayoutSlide | Returns the layout slide applied to this slide |
setLayoutSlide(value: ILayoutSlide) | |
getNotesSlideManager() → INotesSlideManager | Provides access to the slide’s notes manager |
getSlideComments(author: ICommentAuthor) → IComment[] | Returns comments on the slide for the specified author |
remove() |