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_formatIPortionFormat阅读返回包含文本部分的明确设置格式化属性而未应用继承的格制对象.
textstr阅读/写作获取或设置该部分的纯文本。.
as_i_slide_componentISlideComponent阅读获取 as i slide 组件。.
slideIBaseSlide阅读获取幻灯片。.
as_i_presentation_componentIPresentationComponent阅读获取 as i 呈现组件。.
presentationIPresentation阅读获取表示。.

方法

Signature描述情况
__init__()

查看更多

 中文