Class TableColumnNode

  • All Implemented Interfaces:
    Cloneable

    public class TableColumnNode
    extends RenderBox
    A table column defines a limited set of style properties, which may be applied to the cells.

    Border, if the border-model is the collapsing border model. Background, if both cell and row have a transparent background Width, is a minimum width. If the cell exceeds that size, the table cannot be rendered in incremental mode anymore. We may have to use the validation run to check for that rule. visibility, if set to collapse, the column will not be rendered. Not yet.

    Author:
    Thomas Morgner