Class PageLocationMetaResult
java.lang.Object
com.itextpdf.pdf2data.result.meta.PageLocationMetaResult
Class representing page location metadata.
-
Constructor Details
-
PageLocationMetaResult
Creates an instance of page location metadata representation.- Parameters:
-
x
- the x coordinate on the page -
y
- the y coordinate on the page -
width
- the width of the location -
height
- the height of the location -
page
- the page number
-
-
Method Details
-
getX
Get X coordinate on the page.- Returns:
- x coordinate value
-
getY
The Y coordinate on the page.- Returns:
- y coordinate value
-
getWidth
Get width of the location.- Returns:
- width value
-
getHeight
Get height of the location.- Returns:
- height value
-
getPage
Get page number of the location.- Returns:
- page number
-
equals
-
hashCode
public int hashCode()
-