Class PageDims

java.lang.Object
technology.tabula.PageDims

public class PageDims extends Object
  • Method Details

    • of

      public static PageDims of(float top, float left, float width, float height)
    • getTop

      public float getTop()
    • getLeft

      public float getLeft()
    • getWidth

      public float getWidth()
    • getHeight

      public float getHeight()