Class TableHFPenaltyPosition


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

      • headerElements

        protected java.util.List headerElements
        Element list for the header
      • footerElements

        protected java.util.List footerElements
        Element list for the footer
    • Constructor Detail

      • TableHFPenaltyPosition

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

      • generatesAreas

        public boolean generatesAreas()
        Overrides:
        generatesAreas in class Position
        Returns:
        true if generates areas
      • toString

        public java.lang.String toString()
        Description copied from class: Position
        Overrides:
        toString in class Position