| Package | Description |
|---|---|
| rst.pdfbox.layout.text | |
| rst.pdfbox.layout.text.annotations |
| Modifier and Type | Field and Description |
|---|---|
static ControlCharacters.ControlCharacterFactory |
ControlCharacters.BOLD_FACTORY
The factory for bold control characters.
|
static ControlCharacters.ControlCharacterFactory |
ControlCharacters.COLOR_FACTORY
The factory for color control characters.
|
static ControlCharacters.ControlCharacterFactory |
IndentCharacters.INDENT_FACTORY
The factory for indent control characters.
|
static ControlCharacters.ControlCharacterFactory |
ControlCharacters.ITALIC_FACTORY
The factory for italic control characters.
|
static ControlCharacters.ControlCharacterFactory |
ControlCharacters.NEWLINE_FACTORY
The factory for new line control characters.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Iterable<CharSequence> |
TextFlowUtil.splitByControlCharacter(ControlCharacters.ControlCharacterFactory controlCharacterFactory,
Iterable<CharSequence> markup)
Splits the sequence by the given control character and replaces its
markup representation by the
ControlCharacter. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AnnotationCharacters.AnnotationControlCharacterFactory<T extends AnnotationCharacters.AnnotationControlCharacter<? extends Annotation>>
Specialized interface for control character factories for annotations.
|
Copyright © 2022. All rights reserved.