Class PagePosition

java.lang.Object
org.xhtmlrenderer.pdf.PagePosition

public class PagePosition extends Object
  • Field Details

    • _id

      private final String _id
    • _pageNo

      private final int _pageNo
    • _x

      private final float _x
    • _width

      private final float _width
    • _y

      private final float _y
    • _height

      private final float _height
  • Constructor Details

    • PagePosition

      public PagePosition(String id, int pageNo, float x, float width, float y, float height)
  • Method Details

    • getPageNo

      public int getPageNo()
    • getX

      public float getX()
    • getWidth

      public float getWidth()
    • getY

      public float getY()
    • getHeight

      public float getHeight()
    • getId

      public String getId()