BaseSlide — Aspose.Slides FOSS Java API Reference
BaseSlide — Represents common data for all slide types. Inherits from: IBaseSlide.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
name | String | Read/Write | |
slideId | int | Read/Write | |
shapes | IShapeCollection | Read/Write | |
slide | IBaseSlide | Read/Write | |
presentation | IPresentation | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getName() | String | |
setName(String name) | void | |
getSlideId() | int | |
getShapes() | IShapeCollection | |
getSlide() | IBaseSlide | |
asIPresentationComponent() | IPresentationComponent | |
getPresentation() | IPresentation |