Class NoDataBand

    • Constructor Detail

      • NoDataBand

        public NoDataBand()
        Constructs a new band.
      • NoDataBand

        public NoDataBand​(boolean pagebreakBefore,
                          boolean pagebreakAfter)
        Constructs a new band with the given pagebreak attributes. Pagebreak attributes have no effect on subbands.
        Parameters:
        pagebreakAfter - defines, whether a pagebreak should be done after that band was printed.
        pagebreakBefore - defines, whether a pagebreak should be done before that band gets printed.