INotesSlide
Pengamatan umum
INotesSlide adalah antarmuka dalam Aspose.Slides FOSS untuk Java.
Menampilkan slide catatan dalam presentasi.
Sifat-sifatnya
| Name | Type | Access | Description |
|---|---|---|---|
notesTextFrame | ITextFrame | Read | Returns the text frame with notes text. |
headerFooterManager | INotesSlideHeaderFooterManager | Read | Returns the header/footer manager for this notes slide. |
parentSlide | ISlide | Read | Returns the parent slide this notes slide is associated with. |
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 |
|---|---|
getNotesTextFrame() → ITextFrame | Returns the text frame with notes text. |
getHeaderFooterManager() → INotesSlideHeaderFooterManager | Returns the header/footer manager for this notes slide. |
getParentSlide() → ISlide | Returns the parent slide this notes slide is associated with. |
asIBaseSlide() → IBaseSlide | Allows to get the base {@link IBaseSlide} interface. |
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. |