Paragraph

概述

Paragraph 是Python的Aspose.Slides FOSS中的一个类. 继承人: IParagraph, ISlideComponent, IPresentationComponent.

代表文本中的一段.

这个类提供了在Python程序中使用Paragraph对象的1种方法. 有的方法包括: __init__. 在安装Python包的Aspose.Slides FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: as_i_presentation_component, as_i_slide_component, paragraph_format, portions, presentation, slide,另外一个.

属性

名称:类型Access描述情况
portionsIPortionCollection阅读返回文本部分的集合.
paragraph_formatIParagraphFormat阅读返回此段的格式对象.
textstr阅读/写作获取或设置段落的纯文本。.
as_i_slide_componentISlideComponent阅读获取 as i slide 组件。.
slideIBaseSlide阅读获取幻灯片。.
as_i_presentation_componentIPresentationComponent阅读获取 as i 演示组件。.
presentationIPresentation阅读获取表示。.

方法

Signature描述情况
__init__()

查看更多

 中文