Page in a PDF Document.See: Description
| Interface | Description |
|---|---|
| Block |
Instances of this class represent groupings of text at a specific position on a
Page. |
| BlockParent |
An interface to be implemented by any class that can contain an ordered set of Blocks.
|
| Bounded |
Instances of this interface represent two-dimensional spatial entities that carry a
Region instance
indicating their minimum bounding rectangle. |
| Image |
Represents an image found in a
Page. |
| Line |
Instances of this class represent distinct runs of text at a specific position within a
Block. |
| Region |
Instances of
Region represent a rectangluar space. |
| Table |
Blocks of this subtype have been recognized by PDFxStream to contain a table-like structure.
|
| TextUnit |
A single character or discrete character grouping positioned within a
Line. |
| Class | Description |
|---|---|
| Rectangle |
Concrete representation of a
Region, with utility methods. |
| Enum | Description |
|---|---|
| Image.Format |
An enumeration of the different formats in which
image data may be produced,
as indicated by Image.dataFormat(). |
Page in a PDF Document.Page.getImages(),
Page.getTextContent()