| Package | Description |
|---|---|
| rst.pdfbox.layout.elements | |
| rst.pdfbox.layout.elements.render |
| Modifier and Type | Class and Description |
|---|---|
class |
ControlElement
ControlElements do not have a drawable representation, but control page flow,
rendering etc.
|
class |
Frame
The frame is a container for a
Drawable, that allows to add margin,
padding, border and background to the contained drawable. |
class |
HorizontalRuler
A horizontal ruler that adjust its width to the given
max width. |
class |
ImageElement |
class |
PageFormat
Defines the size and orientation of a page.
|
class |
Paragraph
A paragraph is used as a container for
text that is drawn as
one element. |
class |
PositionControl
Utility class to create elements that allow the manipulation of the current
layout position.
|
static class |
PositionControl.MarkPosition |
static class |
PositionControl.MovePosition |
static class |
PositionControl.SetPosition |
class |
VerticalSpacer
A drawable element that occupies some vertical space without any graphical
representation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.add(Element element)
Adds an element to the document using a
VerticalLayoutHint. |
void |
Document.add(Element element,
LayoutHint layoutHint)
Adds an element with the given layout hint.
|
void |
Document.remove(Element element)
Removes the given element.
|
| 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 |
VerticalLayout
Layout implementation that stacks drawables vertically onto the page.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ColumnLayout.render(RenderContext renderContext,
Element element,
LayoutHint layoutHint) |
boolean |
RenderContext.render(RenderContext renderContext,
Element element,
LayoutHint layoutHint) |
boolean |
Renderer.render(RenderContext renderContext,
Element element,
LayoutHint layoutHint)
Renders an element.
|
boolean |
VerticalLayout.render(RenderContext renderContext,
Element element,
LayoutHint layoutHint) |
Copyright © 2021. All rights reserved.