Definition for all cells in a column of a table.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class TableColumnDefinition : Object
Visual Basic
<SerializableAttribute> _
Public Class TableColumnDefinition _
	Inherits Object

Remarks

To be able to simply assign formatting parameters to the cells in a table it is possible to assign a TableColumnDefinition.
  • 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.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout.Paragraphs..::..TableColumnDefinition

See Also