Namespace TallComponents.PDF.Layout.Paragraphs

Class TableColumnDefinition

Definition for all cells in a column of a table.

To be able to simply assign formatting parameters to the cells in a table it is possible to assign a TableColumnDefinition.

The following cell properties will be overridden by the column definition:PreferredWidth In points, real world measurements (3cm) or relative (10%).Fixed Gives this cell a higher priority in case the cell width has to be re-adjusted to make the table fit on the page/in the given space.FitToContent Specifies if the cell has to be adjusted to the contents size (if possible). For a line of text this is when all text is on 1 line.

Syntax

public class TableColumnDefinition : Object

Constructors

Properties