Class PDFBox.LayoutInfo

java.lang.Object
org.summerboot.jexpress.util.pdf.PDFBox.LayoutInfo
Enclosing class:
PDFBox

public static class PDFBox.LayoutInfo extends Object
  • Field Details

    • pageCount

      protected final int pageCount
    • pageWidth

      protected final int pageWidth
    • pageHeight

      protected final int pageHeight
  • Constructor Details

    • LayoutInfo

      public LayoutInfo(int pageCount, int pageWidth, int pageHeight)
  • Method Details

    • getPageCount

      public int getPageCount()
    • getPageWidth

      public int getPageWidth()
    • getPageHeight

      public int getPageHeight()