Class TableCellContainer

All Implemented Interfaces:
Cloneable, Constants, ColumnNumberManagerHolder, CommonAccessibilityHolder
Direct Known Subclasses:
TablePart, TableRow

public abstract class TableCellContainer extends TableFObj implements ColumnNumberManagerHolder, CommonAccessibilityHolder
A common class for fo:table-body and fo:table-row which both can contain fo:table-cell.
  • Field Details

    • pendingSpans

      protected List pendingSpans
      list of pending spans
    • columnNumberManager

      protected ColumnNumberManager columnNumberManager
      column number manager
  • Constructor Details

    • TableCellContainer

      public TableCellContainer(FONode parent)
      Construct table cell container.
      Parameters:
      parent - the parent node of the cell container
  • Method Details