Class TableCaptionLayoutManager

All Implemented Interfaces:
PercentBaseContext, Constants, BlockLevelLayoutManager, LayoutManager

public class TableCaptionLayoutManager extends BlockStackingLayoutManager
LayoutManager for a table-caption FO. The table caption contains blocks that are placed beside the table. TODO Implement getNextKnuthElements()
  • Constructor Details

    • TableCaptionLayoutManager

      public TableCaptionLayoutManager(TableCaption node)
      Create a new Caption layout manager.
      Parameters:
      node - table-caption FO
  • Method Details