Overview
Row 是Python的Aspose.Words FOSS中的一个类. 继承人: BaseModel.
Row.type is a string that identifies the row’s type.
特性: cells, row_format, type.
Properties
| Name | Type | Access | Description |
|---|
type | str | Read | 得到了类型. |
row_format | RowFormat | Read | 得到了行格式. |
cells | list[Cell] | Read | 得到了细胞. |
See Also