RowFormat
Overview
RowFormat 是Python的Aspose.Words FOSS中的一个类. 继承人: BaseModel.
RowFormat.height specifies the row’s height in points.
特性: allow_break_across_pages, borders, conditional_style, heading_format, height, height_rule,另外一个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
height | float | Read | 得到了高度. |
height_rule | int | Read | 得到了高度规则. |
heading_format | bool | Read | 得到了方向格式. |
allow_break_across_pages | bool | Read | 获得允许跨页面的突破. |
conditional_style | str | Read | 得到了条件式的风格. |
borders | list[Border] | Read | 得到边界. |
preferred_width | str | Read | 得到了你喜欢的宽度. |