PageArea
Leave feedback
On this page
Inheritance: java.lang.Object
public abstract class PageArea
Represents an abstract base class for page areas which are used to represent blocks on the document page in the parsing by template functionality.
| Method | Description |
|---|---|
| getRectangle() | Gets the rectangular area. |
| getPage() | Gets the document page information such as page index and page size. |
public Rectangle getRectangle()
Gets the rectangular area.
Returns: Rectangle - An instance of Rectangle class that represents the rectangular area of the page that contains the page area.
public Page getPage()
Gets the document page information such as page index and page size.
Returns: Page - An instance of Page class that represents the page that contains the page area.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.