Paragraph
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 | 描述情况 |
|---|---|---|---|
portions | IPortionCollection | 阅读 | 返回文本部分的集合. |
paragraph_format | IParagraphFormat | 阅读 | 返回此段的格式对象. |
text | str | 阅读/写作 | 获取或设置段落的纯文本。. |
as_i_slide_component | ISlideComponent | 阅读 | 获取 as i slide 组件。. |
slide | IBaseSlide | 阅读 | 获取幻灯片。. |
as_i_presentation_component | IPresentationComponent | 阅读 | 获取 as i 演示组件。. |
presentation | IPresentation | 阅读 | 获取表示。. |
方法
| Signature | 描述情况 |
|---|---|
__init__() |