| Package | Description |
|---|---|
| rst.pdfbox.layout.elements | |
| rst.pdfbox.layout.text | |
| rst.pdfbox.layout.text.annotations |
| Modifier and Type | Class and Description |
|---|---|
class |
Paragraph
A paragraph is used as a container for
text that is drawn as
one element. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DrawableText
Represents a drawable text.
|
interface |
TextFragment
A text fragment describes a drawable piece of text associated with a font,
size and color.
|
interface |
TextSequence
A tagging interface describing some drawable text consisting of text
fragments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ControlFragment
A control fragment has no drawable representation but is meant to control the
text rendering.
|
class |
Indent
Control fragment that represents a indent in text.
|
class |
NewLine
Control fragment that represents a new line in text.
|
class |
ReplacedWhitespace
Acts as a replacement for whitespace that has been removed by word wrapping.
|
class |
StyledText
Base class representing drawable text styled with font, size, color etc.
|
class |
TextFlow
A text flow is a text sequence that
respects a given
width by word wrapping the text. |
class |
TextLine
A text of line containing only
StyledTexts. |
class |
WrappingNewLine
A NewLine introduced by wrapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedStyledText
Extension of styled text that supports annotations.
|
Copyright © 2022. All rights reserved.