Package org.xhtmlrenderer.pdf
Class PagePosition
java.lang.Object
org.xhtmlrenderer.pdf.PagePosition
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_id
-
_pageNo
private int _pageNo -
_x
private float _x -
_width
private float _width -
_y
private float _y -
_height
private float _height
-
-
Constructor Details
-
PagePosition
public PagePosition()
-
-
Method Details
-
getPageNo
public int getPageNo() -
setPageNo
public void setPageNo(int pageNo) -
getX
public float getX() -
setX
public void setX(float x) -
getWidth
public float getWidth() -
setWidth
public void setWidth(float width) -
getY
public float getY() -
setY
public void setY(float y) -
getHeight
public float getHeight() -
setHeight
public void setHeight(float height) -
getId
-
setId
-