Slide
Übersicht über die
Slide ist eine Klasse in Aspose.Slides für Python. Erben von: BaseSlide, ISlide.
Darstellt eine Folie in einer Präsentation.
Eigenschaften
| Name | Type | Access | Description |
|---|---|---|---|
slide_number | int | Read | Returns a number of slide. |
hidden | bool | Read/Write | Determines whether the specified slide is hidden during a slide show. |
layout_slide | ILayoutSlide | Read | Returns or sets the layout slide for the current slide. |
theme_manager | IOverrideThemeManager | Read | Returns the overriding theme manager. |
notes_slide_manager | INotesSlideManager | Read | Allow to access notes slide, add and remove it. |
length | `` | Read | Gets the length. |
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. |
Methoden und Verfahren
| Signature | Description |
|---|---|
remove() | Deletes this slide from its presentation |
get_slide_comments(author) → 'ICommentList' | Returns all comments on this slide, optionally filtered by author. |
__init__() | Initialize base slide. |