TextFrame
TextFrame
概述
TextFrame 是Python的Aspose.Slides FOSS中的一个类. 继承人: ITextFrame, ISlideComponent, IPresentationComponent.
表示一个 TextFrame.
特性: as_i_presentation_component, as_i_slide_component, paragraphs, parent_cell, parent_shape, presentation,另外还有3个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
paragraphs | IParagraphCollection | 阅读 | 返回一个框架中的所有段落列表. |
text | str | 阅读/写作 | 获取或设置 TextFrame 的纯文本. |
text_frame_format | ITextFrameFormat | 阅读 | 返回这个 TextFrame 对象的格式化对象. |
slide | IBaseSlide | 阅读 | 返回一个 TextFrame 的父幻灯片. |
presentation | IPresentation | 阅读 | 返回一个 TextFrame 的父表达式. |
parent_shape | IShape | 阅读 | 如果父对象不实现 IShape 界面仅读 ,则返回母形或 null . |
parent_cell | ICell | 阅读 | 如果父对象不实现 ICell 接口,则返回母细胞或 null. |
as_i_slide_component | ISlideComponent | 阅读 | 得到了作为i滑动组件. |
as_i_presentation_component | IPresentationComponent | 阅读 | 得到了作为i的表达组件. |