| Package | Description |
|---|---|
| org.vandeseer.easytable.structure.cell.paragraph | |
| rst.pdfbox.layout.elements | |
| rst.pdfbox.layout.elements.render | |
| rst.pdfbox.layout.text |
| Class and Description |
|---|
| Paragraph
A paragraph is used as a container for
text that is drawn as
one element. |
| Class and Description |
|---|
| ControlElement
ControlElements do not have a drawable representation, but control page flow,
rendering etc.
|
| Dimension
In order to avoid dependencies to AWT, we use our own Dimension class here.
|
| Dividable
If a drawable is marked as
Dividable, it can be (vertically) divided
in case it does not fit on the (remaining) page. |
| Dividable.Divided
A container for the result of a
Dividable.divide(float, float)
operation. |
| Drawable
Common interface for drawable objects.
|
| Element
Base (tagging) interface for elements in a
Document. |
| Frame
The frame is a container for a
Drawable, that allows to add margin,
padding, border and background to the contained drawable. |
| Orientation |
| PageFormat
Defines the size and orientation of a page.
|
| PageFormat.PageFormatBuilder |
| Paragraph
A paragraph is used as a container for
text that is drawn as
one element. |
| PositionControl
Utility class to create elements that allow the manipulation of the current
layout position.
|
| PositionControl.MarkPosition |
| PositionControl.MovePosition |
| PositionControl.SetPosition |
| Class and Description |
|---|
| ControlElement
ControlElements do not have a drawable representation, but control page flow,
rendering etc.
|
| Document
The central class for creating a document.
|
| Drawable
Common interface for drawable objects.
|
| Element
Base (tagging) interface for elements in a
Document. |
| Orientation |
| PageFormat
Defines the size and orientation of a page.
|
| PositionControl
Utility class to create elements that allow the manipulation of the current
layout position.
|
| Class and Description |
|---|
| Dividable.Divided
A container for the result of a
Dividable.divide(float, float)
operation. |
Copyright © 2022. All rights reserved.