public class PageLocationMetaResult extends Object
| Constructor and Description |
|---|
PageLocationMetaResult(Double x, Double y, Double width, Double height, Integer page)
Creates an instance of page location metadata representation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getHeight()
Get height of the location.
|
Integer |
getPage()
Get page number of the location.
|
Double |
getWidth()
Get width of the location.
|
Double |
getX()
Get X coordinate on the page.
|
Double |
getY()
The Y coordinate on the page.
|
int |
hashCode() |
public PageLocationMetaResult(Double x, Double y, Double width, Double height, Integer page)
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
public Double getX()
public Double getY()
public Double getWidth()
public Double getHeight()
public Integer getPage()
Copyright © 2024. All rights reserved.