Class PdfColBox

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Identified

@Component public class PdfColBox extends PdfSetBox
This class extends PdfSetBox and allow to setup a new column box (and/or a set of column boxes) inside the pdf report.
See Also:
  • Constructor Details

    • PdfColBox

      public PdfColBox()
  • Method Details

    • setupBox

      public void setupBox(PdfBox b)
      Setup the new PdfBox descendent and calculate its size (widht and height).
      The descendent box of this instance will be diplayed as column.
      Overrides:
      setupBox in class PdfSetBox
      Parameters:
      b - The new PdfBox descendent to setup.