| Package | Description |
|---|---|
| rst.pdfbox.layout.elements | |
| rst.pdfbox.layout.elements.render |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.addRenderer(Renderer renderer)
Adds a (custom)
Renderer that may handle the rendering of an
element. |
void |
Document.removeRenderer(Renderer renderer)
Removes a
Renderer . |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Layout
A layout is used to size and position the elements of a document according to
a specific strategy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnLayout
The column layout divides the page vertically into columns.
|
class |
RenderContext
The render context is a container providing all state of the current
rendering process.
|
class |
VerticalLayout
Layout implementation that stacks drawables vertically onto the page.
|
Copyright © 2021. All rights reserved.