A table render box contains table header, table footer and the table body.
The table body itself may also contain table header cells - which get
repeated after pagebreaks.
Tables contain more than just rows, in fact, they are separated into three
sections.
clone
public Object clone()
Clones this node. Be aware that cloning can get you into deep trouble, as the relations this node has may no longer
be valid.
- clone in interface RenderBox
isAutoLayout
public boolean isAutoLayout()
isCollapsingBorderModel
public boolean isCollapsingBorderModel()
isDisplayEmptyCells
public boolean isDisplayEmptyCells()
isLayoutable
public boolean isLayoutable()
isPredefinedColumnsValidated
public boolean isPredefinedColumnsValidated()
isStructureValidated
public boolean isStructureValidated()
setPredefinedColumnsValidated
public void setPredefinedColumnsValidated(boolean predefinedColumnsValidated)
setStructureValidated
public void setStructureValidated(boolean structureValidated)