RowFormat

Overview

RowFormat is a class in Aspose.Words FOSS for .NET. Inherits from: IBorderAttrSource.

Represents all formatting for a table row.

This class provides 1 method for working with RowFormat objects in .NET programs. Available methods include: ClearFormatting. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: AllowBreakAcrossPages, Borders, HeadingFormat, Height, HeightRule.

Properties

NameTypeAccessDescription
BordersBorderCollectionReadGets the collection of default cell borders for the row.
HeightdoubleRead/WriteGets or sets the height of the table row in points.
HeightRuleHeightRuleRead/WriteGets or sets the rule for determining the height of the table row.
AllowBreakAcrossPagesboolRead/WriteTrue if the text in a table row is allowed to split across a page break.
HeadingFormatboolRead/WriteTrue if the row is repeated as a table heading on every page when the table spans more than one page.

Methods

SignatureDescription
ClearFormatting()Resets to default row formatting.

See Also