RowFormat
Overview
RowFormat is a class in Aspose.Words for Python.
Inherits from: BaseModel.
RowFormat.height gets or sets the height of the table row.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
height | float | Read | Gets or sets the height of the table row |
height_rule | int | Read | Gets or sets the rule (e.g., Auto, AtLeast) that governs row height |
heading_format | bool | Read | Indicates whether the row is treated as a heading row |
allow_break_across_pages | bool | Read | Specifies if the row may split across pages |