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描述情况
paragraphsIParagraphCollection阅读返回一个框架中的所有段落列表.
textstr阅读/写作获取或设置 TextFrame 的纯文本.
text_frame_formatITextFrameFormat阅读返回这个 TextFrame 对象的格式化对象.
slideIBaseSlide阅读返回一个 TextFrame 的父幻灯片.
presentationIPresentation阅读返回一个 TextFrame 的父表达式.
parent_shapeIShape阅读如果父对象不实现 IShape 界面仅读 ,则返回母形或 null .
parent_cellICell阅读如果父对象不实现 ICell 接口,则返回母细胞或 null.
as_i_slide_componentISlideComponent阅读得到了作为i滑动组件.
as_i_presentation_componentIPresentationComponent阅读得到了作为i的表达组件.

另请参阅

 中文