@Deprecated public abstract class ResultElement extends Object
Modifier and Type | Field and Description |
---|---|
protected com.itextpdf.pdf2data.structure.geom.Rectangle |
bbox
Deprecated.
|
protected int |
page
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.itextpdf.pdf2data.structure.geom.Rectangle |
getBbox()
Deprecated.
Return a boundary box of recognized element.
|
int |
getPage()
Deprecated.
Return a page of recognized element.
|
void |
setBbox(com.itextpdf.pdf2data.structure.geom.Rectangle bbox)
Deprecated.
Set a boundary box for recognized element.
|
void |
setPage(int page)
Deprecated.
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.