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 | 描述情况 |
|---|---|---|---|
height | float | 阅读 | 返回一行的高度. |
minimal_height | float | 阅读/写作 | 返回或设置行的最小可能高度. |
as_i_cell_collection | ICellCollection | 阅读 | 得到了我的手机收藏. |
as_i_bulk_text_formattable | IBulkTextFormattable | 阅读 | 得到了作为 i 大量文本格式表. |
slide | IBaseSlide | 阅读 | 返回一个 CellCollection 的父幻灯片. |
presentation | IPresentation | 阅读 | 返回一个 CellCollection 的父表达式. |
as_i_slide_component | ISlideComponent | 阅读 | 得到了作为i滑动组件. |
as_i_presentation_component | IPresentationComponent | 阅读 | 得到了作为i的表达组件. |
as_i_collection | list | 阅读 | 得到了我的收藏. |
as_i_enumerable | Any | 阅读 | 得到的数量是无数. |
length | int | 阅读 | 返回元素数量. |
方法
| Signature | 描述情况 |
|---|---|
set_text_format() | 设置整个行的文本格式 |