| Package | Description |
|---|---|
| rst.pdfbox.layout.elements | |
| rst.pdfbox.layout.elements.render |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.add(Element element,
LayoutHint layoutHint)
Adds an element with the given layout hint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnLayoutHint
The column layout hint provides currently the same possibilities as the
VerticalLayoutHint. |
class |
VerticalLayoutHint
Layout hint for the
VerticalLayout. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VerticalLayout.drawReletivePartAndMovePosition(RenderContext renderContext,
Drawable drawable,
LayoutHint layoutHint,
boolean movePosition)
Actually draws the (drawble) part at the
RenderContext.getCurrentPosition() and - depending on flag
movePosition - moves to the new Y position. |
protected void |
VerticalLayout.layoutAndDrawReleative(RenderContext renderContext,
Drawable drawable,
LayoutHint layoutHint)
Adjusts the width of the drawable (if it is
WidthRespecting), and
divides it onto multiple pages if necessary. |
void |
ColumnLayout.render(RenderContext renderContext,
Drawable drawable,
LayoutHint layoutHint) |
void |
VerticalLayout.render(RenderContext renderContext,
Drawable drawable,
LayoutHint layoutHint) |
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) |
protected void |
VerticalLayout.renderAbsolute(RenderContext renderContext,
Drawable drawable,
LayoutHint layoutHint,
Position position)
Draws at the given position, ignoring all layouting rules.
|
protected void |
VerticalLayout.renderReleative(RenderContext renderContext,
Drawable drawable,
LayoutHint layoutHint)
Renders the drawable at the
current position. |
Copyright © 2021. All rights reserved.