RowFormat
Overview
RowFormat is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
RowFormat.height specifies the row’s height in points.
Properties: allow_break_across_pages, borders, conditional_style, heading_format, height, height_rule, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
height | float | Read | Gets the height. |
height_rule | int | Read | Gets the height rule. |
heading_format | bool | Read | Gets the heading format. |
allow_break_across_pages | bool | Read | Gets the allow break across pages. |
conditional_style | str | Read | Gets the conditional style. |
borders | list[Border] | Read | Gets the borders. |
preferred_width | str | Read | Gets the preferred width. |