| Package | Description |
|---|---|
| rst.pdfbox.layout.text | |
| rst.pdfbox.layout.text.annotations |
| Modifier and Type | Class and Description |
|---|---|
static class |
ControlCharacters.BoldControlCharacter
An asterisk ('*') indicates switching of bold font mode in markup.
|
static class |
ControlCharacters.ColorControlCharacter
An
{color:#ee22aa} indicates switching the color in markup,
where the color is given as hex RGB code (ee22aa in this case). |
static class |
ControlCharacters.ItalicControlCharacter
An underscore ('_') indicates switching of italic font mode in markup.
|
static class |
ControlCharacters.MetricsControlCharacter |
static class |
ControlCharacters.NewLineControlCharacter
LF ('\n') and CRLF ('\r\n') indicates a new line.
|
static class |
IndentCharacters.EnumerationCharacter
An
-#{a):7em} indicates an enumeration indentation of 7
characters in markup, using a)...b)...etc as the
enumeration. |
static class |
IndentCharacters.IndentCharacter
An
--{7em} indicates an indentation of 7 characters in markup,
where the number, the unit, and the brackets are optional. |
static class |
IndentCharacters.ListCharacter
An
-+{--:7em} indicates a list indentation of 7 characters in
markup, using -- as the bullet. |
| Modifier and Type | Method and Description |
|---|---|
ControlCharacter |
ControlCharacters.ControlCharacterFactory.createControlCharacter(String text,
Matcher matcher,
List<CharSequence> charactersSoFar)
Creates the control character from the given matched pattern.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationCharacters.AnchorControlCharacter
An
{color:#ee22aa} indicates switching the color in markup,
where the color is given as hex RGB code (ee22aa in this case). |
static class |
AnnotationCharacters.AnnotationControlCharacter<T extends Annotation>
Common base class for annotation control characters.
|
static class |
AnnotationCharacters.HyperlinkControlCharacter
|
static class |
AnnotationCharacters.UnderlineControlCharacter
Control character for underline.
|
Copyright © 2022. All rights reserved.