| Interface | Description |
|---|---|
| Enumerator |
Defines an enumerator.
|
| WordBreaker |
This interface may be used to implement different strategies on how to break
a word, if it does not fit into a line.
|
| Class | Description |
|---|---|
| CompatibilityHelper |
Provide compatible methods for API changes from pdfbox 1x to 2x.
|
| EnumeratorFactory |
Enumerators are created using this factory.
|
| Enumerators |
Container class for the default enumerators.
|
| Enumerators.AlphabeticEnumerator |
Uses upper case letters for the enumeration, and braces as the default
separator.
|
| Enumerators.ArabicEnumerator |
Uses arabic numbers for the enumeration, and dot as the default
separator.
|
| Enumerators.LowerCaseAlphabeticEnumerator |
Uses lower case letters for the enumeration, and braces as the default
separator.
|
| Enumerators.LowerCaseRomanEnumerator |
Uses lower case roman numbers for the enumeration, and dot as the default
separator.
|
| Enumerators.RomanEnumerator |
Uses upper case roman numbers for the enumeration, and dot as the default
separator.
|
| Pair<T> |
Generic container for a pair of objects.
|
| WordBreakerFactory |
Factory for creating a
WordBreaker. |
| WordBreakers |
Container class for the default word breakers.
|
| WordBreakers.AbstractWordBreaker |
Abstract base class for implementing (custom) word breakers.
|
| WordBreakers.DefaultWordBreaker |
Breaks a word if one of the following characters is found after a
non-digit letter:
.
,
-
/
|
| WordBreakers.NonBreakingWordBreaker |
May by used for legacy compatibility, does not break at all.
|
Copyright © 2021. All rights reserved.