BaseSlide
BaseSlide
概述
BaseSlide 是Python的 Aspose.Slides FOSS 的类。. 继承: IBaseSlide, IThemeable, ISlideComponent.
代表所有幻灯片类型的常见数据。.
此类提供 1 个方法,以便在 Python 程序中使用 BaseSlide 对象。. 可用的方法包括: __init__. 所有公共成员都可以在安装Python包的 Aspose.Slides FOSS后访问任何 Python应用程序。. 属性: as_i_presentation_component, as_i_slide_component, as_i_themeable, background, name, presentation,还有5个。.
属性
| 名称 | 类型 | Access | 描述 |
|---|---|---|---|
shapes | IShapeCollection | 阅读 | 返回幻灯片的形状。. |
name | str | 阅读/写作 | 返回或设置一个幻灯片的名称。. |
slide_id | int | 阅读 | 返回一个幻灯片的 ID。. |
background | IBackground | 阅读 | 回到Slide的背景。. |
slide_show_transition | ISlideShowTransition | 阅读 | 返回 TransitionEx 对象,其中包含有关指定的幻灯片在幻觉显示期间如何进展的信息。. |
timeline | IAnimationTimeLine | 阅读 | 返回动画时间线对象。. |
presentation | IPresentation | 阅读 | 回归 IPresentation 界面。. |
slide | IBaseSlide | 阅读 | 回归父母的幻灯片。. |
as_i_slide_component | ISlideComponent | 阅读 | 获取 as i slide 组件。. |
as_i_presentation_component | IPresentationComponent | 阅读 | 获取 as i 呈现组件。. |
as_i_themeable | IThemeable | 阅读 | 获取 as i 可主题化的。. |
方法
| Signature | 描述 |
|---|---|
__init__() | 创建基层滑板。. |