LayoutSlide
Pengamatan umum
LayoutSlide adalah kelas di Aspose.Slides untuk Python. Warisan dari: BaseSlide, ILayoutSlide.
Ini adalah slide tata letak.
Sifat-sifatnya
| Name | Type | Access | Description |
|---|---|---|---|
theme_manager | IOverrideThemeManager | Read | Returns the overriding theme manager. |
master_slide | IMasterSlide | Read | Returns or sets the master slide for a layout. |
layout_type | SlideLayoutType | Read | Returns layout type of this layout 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. |