Constructor TableColumnDefinition

Namespace TallComponents.PDF.Layout.Paragraphs
Class TableColumnDefinition

Creates a new instance of the TableColumnDefinition class with the given settings.

Syntax

public  TableColumnDefinition( Unit  preferredWidth Boolean  fitToContent Boolean  isFixed )

Parameters


Unit preferredWidth
The preferred width for all cells in points or parsable format (like 3cm or 40%).

Boolean fitToContent
Specifies if the cell has to be resized to fit to the content.

Boolean isFixed
Specifies if the size of the cell is fixed.