Column
Column
概述
Column 是Python的Aspose.Slides FOSS中的一个类. 继承人: CellCollection, IColumn.
表示表中的列.
这个类提供了在Python程序中使用 Column 对象的方法. 有的方法包括: 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,另外还有4个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
width | 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() | 将大量文本格式化应用到列的单元格中 |