ILayoutSlide
Pengamatan umum
ILayoutSlide adalah antarmuka dalam Aspose.Slides FOSS untuk Java.
Ini adalah slide tata letak.
Sifat-sifatnya
| Name | Type | Access | Description |
|---|---|---|---|
masterSlide | IMasterSlide | Read | Returns the master slide for this layout. |
layoutType | SlideLayoutType | Read | Returns the layout type of this slide. |
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. |
Metode-metode yang digunakan
| Signature | Description |
|---|---|
getMasterSlide() → IMasterSlide | Returns the master slide for this layout. |
setMasterSlide(value: IMasterSlide) | Sets the master slide for this layout. |
getLayoutType() → SlideLayoutType | Returns the layout type of this slide. |
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. |