Row

Overview

Row is a class in Aspose.PDF FOSS for .NET.

Represents a row in a table.

This class provides 1 method for working with Row objects in .NET programs. Available methods include: Clone. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: BackgroundColor, Border, Cells, DefaultCellBorder, DefaultCellPadding, DefaultCellTextState, and 5 more.

Properties

NameTypeAccessDescription
CellsCellsRead/WriteThe cells in this row.
BorderBorderInfo?Read/WriteRow border.
DefaultCellBorderBorderInfo?Read/WriteDefault cell border for cells in this row.
FixedRowHeightdoubleRead/WriteFixed row height.
MinRowHeightdoubleRead/WriteMinimum row height.
BackgroundColorColor?Read/WriteRow background color.
DefaultCellTextStateTextState?Read/WriteDefault text state for cells in this row.
DefaultCellPaddingMarginInfo?Read/WriteDefault cell padding for cells in this row.
VerticalAlignmentVerticalAlignmentRead/WriteVertical alignment applied to each cell’s content.
IsInNewPageboolRead/WriteIndicates whether this row will be rendered on a new page during multi-page table layout.
IsRowBrokenboolRead/WriteWhether this row is allowed to break across pages when its cells don’t fit the remaining space on the current page.

Methods

SignatureDescription
Clone()Shallow copy: a new Row whose cells reference the same Cell instances and whose scalar properties carry the same values.

See Also