NotesSlide
Resumo geral
NotesSlide é uma classe em Aspose.Slides para Python. Herdeiros de: BaseSlide, INotesSlide.
Representa um slide de notas numa apresentação.
Propriedades
| Name | Type | Access | Description |
|---|---|---|---|
header_footer_manager | INotesSlideHeaderFooterManager | Read | Returns HeaderFooter manager of the notes slide. |
notes_text_frame | Optional[ITextFrame] | Read | Returns a TextFrame with notes’ text if there is one. |
parent_slide | ISlide | Read | Returns the parent slide. |
as_i_base_slide | IBaseSlide | Read | Gets the as i base slide. |
shapes | IShapeCollection | Read | Returns the shapes of a slide. |
name | str | Read/Write | Returns or sets the name of a slide. |
slide_id | int | Read | Returns the ID of a slide. |
background | IBackground | Read | Returns slide’s background. |
slide_show_transition | ISlideShowTransition | Read | Returns the TransitionEx object which contains information about how the specified slide advances during a slide show. |
timeline | IAnimationTimeLine | Read | Returns animation timeline object. |
presentation | IPresentation | Read | Returns IPresentation interface. |
slide | IBaseSlide | Read | Returns the parent slide. |
as_i_slide_component | ISlideComponent | Read | Gets the as i slide component. |
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |
as_i_themeable | IThemeable | Read | Gets the as i themeable. |
| Signature | Description |
|---|---|
__init__() | Initialize base slide. |