IMasterSlide
General
IMasterSlide és una interfície en Aspose.Slides FOSS per Java.
Representa una diapositiva principal en una presentació.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
layoutSlides | ILayoutSlideCollection | Read | Returns the collection of layout slides belonging to this master. |
name | String | Read | Returns the name of a slide. |
slideId | int | Read | Returns the ID of a slide. |
shapes | IShapeCollection | Read | Returns the shapes of a slide. |
slide | IBaseSlide | Read | Returns the parent slide. |
presentation | IPresentation | Read | Returns the presentation containing this component. |
Mètodes
| Signature | Description |
|---|---|
getLayoutSlides() → ILayoutSlideCollection | Returns the collection of layout slides belonging to this master. |
getName() → String | Returns the name of a slide. |
setName(name: String) | Sets the name of a slide. |
getSlideId() → int | Returns the ID of a slide. |
getShapes() → IShapeCollection | Returns the shapes of a slide. |
getSlide() → IBaseSlide | Returns the parent slide. |
asIPresentationComponent() → IPresentationComponent | Returns the base {@link IPresentationComponent} interface. |
getPresentation() → IPresentation | Returns the presentation containing this component. |
getLayoutSlides() → ILayoutSlideCollection | Returns the collection of layout slides belonging to this master. |