Package org.xhtmlrenderer.pdf
Class PagePosition
java.lang.Object
org.xhtmlrenderer.pdf.PagePosition
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPagePosition
(String id, int pageNo, float x, float width, float y, float height) -
Method Summary
-
Field Details
-
_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
-
-
Method Details
-
getPageNo
public int getPageNo() -
getX
public float getX() -
getWidth
public float getWidth() -
getY
public float getY() -
getHeight
public float getHeight() -
getId
-