Class TableHFPenaltyPosition

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

class TableHFPenaltyPosition extends Position
This class represents a Position specific to TableContentLayoutManager. Used for table headers and footers at breaks.
  • Field Details

    • headerElements

      protected List headerElements
      Element list for the header
    • footerElements

      protected List footerElements
      Element list for the footer
  • Constructor Details

    • TableHFPenaltyPosition

      protected TableHFPenaltyPosition(LayoutManager lm)
      Creates a new TableHFPenaltyPosition
      Parameters:
      lm - applicable layout manager
  • Method Details