PageArea

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.

Methods

Method Description
getRectangle() Gets the rectangular area.
getPage() Gets the document page information such as page index and page size.

getRectangle()

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.

getPage()

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.