public abstract class ResultElement extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.itextpdf.pdf2data.structure.geom.Rectangle |
bbox |
protected int |
page |
| Modifier and Type | Method and Description |
|---|---|
com.itextpdf.pdf2data.structure.geom.Rectangle |
getBbox()
Return a boundary box of recognized element.
|
int |
getPage()
Return a page of recognized element.
|
void |
setBbox(com.itextpdf.pdf2data.structure.geom.Rectangle bbox)
Set a boundary box for recognized element.
|
void |
setPage(int page)
Set a page of recognized element.
|
protected com.itextpdf.pdf2data.structure.geom.Rectangle bbox
protected int page
public com.itextpdf.pdf2data.structure.geom.Rectangle getBbox()
public void setBbox(com.itextpdf.pdf2data.structure.geom.Rectangle bbox)
bbox - the boundary box of recognized element
public int getPage()
public void setPage(int page)
page - the page of recognized element
Copyright © 2023. All rights reserved.