Class TableSectionRenderBox

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class TableSectionRenderBox
    extends BlockRenderBox
    A table section box does not much rendering or layouting at all. It represents one of the three possible sections and behaves like any other block box. But (here it comes!) it refuses to be added to anything else than a TableRenderBox (a small check to save me a lot of insanity ..).
    Author:
    Thomas Morgner