class TableColumnBuilder

Parents

object

Brief

The class for building table columns.

Static Public Methods

New

Creates a new instance of TableColumnBuilder.

Public Methods

AddContentForHeader

Adds a text to the column header.

ApplyStyle

Applies a style to the table column.

SetFont

Sets the font for the table column.

SetIndex

Sets the index of the table column.

SetPadding

Sets the left, top, right and bottom paddings for the table column.

SetPadding

Sets the paddings for the table column.

SetPadding

Sets the same paddings for each side of the table column.

SetPadding

Sets the vertical and horizontal paddings for the table column.

SetWidth

Sets the table column width.

ToArea

Changes the current fluent context to RepeatingAreaBuilder.

ToDocument

Changes the current fluent context to DocumentBuilder.

ToSection

Changes the current fluent context to SectionBuilder.

ToTable

Changes the current fluent context to TableBuilder.

back