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

NameTypeAccessDescription
heightfloatReadGets the height.
height_ruleintReadGets the height rule.
heading_formatboolReadGets the heading format.
allow_break_across_pagesboolReadGets the allow break across pages.
conditional_stylestrReadGets the conditional style.
borderslist[Border]ReadGets the borders.
preferred_widthstrReadGets the preferred width.

See Also