Class TableHeaderFooterPosition

java.lang.Object
org.apache.fop.layoutmgr.Position
org.apache.fop.layoutmgr.table.TableHeaderFooterPosition

class TableHeaderFooterPosition extends Position
This class represents a Position specific to TableContentLayoutManager. Used for table headers and footers at the beginning and end of a table.
  • Field Details

    • nestedElements

      protected List nestedElements
      Element list representing the header/footer
  • Constructor Details

    • TableHeaderFooterPosition

      protected TableHeaderFooterPosition(LayoutManager lm, boolean header, List nestedElements)
      Creates a new TableHeaderFooterPosition.
      Parameters:
      lm - applicable layout manager
      header - True indicates a position for a header, false for a footer.
      nestedElements - Element list representing the header/footer
  • Method Details