Portion
Portion
概述
Portion 是Python的Aspose.Slides FOSS中的一个类. 继承人: IPortion, ISlideComponent, IPresentationComponent.
表示文本段中的部分.
这个类提供了一个方法,用于在Python程序中使用部分对象. 有的方法包括: __init__. 在安装Python包的Aspose.Slides FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: as_i_presentation_component, as_i_slide_component, portion_format, presentation, slide, text.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
portion_format | IPortionFormat | 阅读 | 返回包含文本部分的明确设置格式化属性而未应用继承的格制对象. |
text | str | 阅读/写作 | 获取或设置该部分的纯文本。. |
as_i_slide_component | ISlideComponent | 阅读 | 获取 as i slide 组件。. |
slide | IBaseSlide | 阅读 | 获取幻灯片。. |
as_i_presentation_component | IPresentationComponent | 阅读 | 获取 as i 呈现组件。. |
presentation | IPresentation | 阅读 | 获取表示。. |
方法
| Signature | 描述情况 |
|---|---|
__init__() |