Click or drag to resize

PdfTableStyle Properties

The PdfTableStyle type exposes the following members.

Properties
Name Description
Public property AlternateStyle
Gets or sets the odd row cell style.
Public property BorderOverlapStyle
Gets or sets a value indicating whether the cell borders should overlap its neighbour's borders or be drawn in the cell interior.
Public property BorderPen
Gets or sets the pen of the table border.
Public property CellPadding
Gets or sets the cell padding.
Public property CellSpacing
Gets or sets the cell spacing.
Public property DefaultStyle
Gets or sets the default cell style.
Public property HeaderRowCount
Gets or sets the header rows count.
Public property HeaderSource
Gets or sets a value indicating whether to use rows or column captions for forming header.
Public property HeaderStyle
Gets or sets the header cell style.
Public property IsFixWidth
get or set the value of fitWidth.
Public property RepeatHeader
Gets or sets a value indicating whether to repeat header on each page.
Public property ShowHeader
Gets or sets a value indicating whether the header is visible.
Top
See Also