Row

概述

Row 是Python的Aspose.Slides FOSS中的一个类. 继承人: CellCollection, IRow.

表示表中的一行.

这个类提供了一个方法,用于在Python程序中使用 Row 对象. 有的方法包括: set_text_format. 在安装Python包的Aspose.Slides FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: as_i_bulk_text_formattable, as_i_cell_collection, as_i_collection, as_i_enumerable, as_i_presentation_component, as_i_slide_component,另外5个.

属性

名称:类型Access描述情况
heightfloat阅读返回一行的高度.
minimal_heightfloat阅读/写作返回或设置行的最小可能高度.
as_i_cell_collectionICellCollection阅读得到了我的手机收藏.
as_i_bulk_text_formattableIBulkTextFormattable阅读得到了作为 i 大量文本格式表.
slideIBaseSlide阅读返回一个 CellCollection 的父幻灯片.
presentationIPresentation阅读返回一个 CellCollection 的父表达式.
as_i_slide_componentISlideComponent阅读得到了作为i滑动组件.
as_i_presentation_componentIPresentationComponent阅读得到了作为i的表达组件.
as_i_collectionlist阅读得到了我的收藏.
as_i_enumerableAny阅读得到的数量是无数.
lengthint阅读返回元素数量.

方法

Signature描述情况
set_text_format()设置整个行的文本格式

另请参阅

 中文