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
| Name | Type | Access | Description |
|---|---|---|---|
Borders | BorderCollection | Read | Gets the collection of default cell borders for the row. |
Height | double | Read/Write | Gets or sets the height of the table row in points. |
HeightRule | HeightRule | Read/Write | Gets or sets the rule for determining the height of the table row. |
AllowBreakAcrossPages | bool | Read/Write | True if the text in a table row is allowed to split across a page break. |
HeadingFormat | bool | Read/Write | True if the row is repeated as a table heading on every page when the table spans more than one page. |
Methods
| Signature | Description |
|---|---|
ClearFormatting() | Resets to default row formatting. |