| Package | Description |
|---|---|
| rst.pdfbox.layout.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
WordBreakers.AbstractWordBreaker
Abstract base class for implementing (custom) word breakers.
|
static class |
WordBreakers.DefaultWordBreaker
Breaks a word if one of the following characters is found after a
non-digit letter:
.
,
-
/
|
static class |
WordBreakers.NonBreakingWordBreaker
May by used for legacy compatibility, does not break at all.
|
| Modifier and Type | Method and Description |
|---|---|
static WordBreaker |
WordBreakerFactory.getWorkBreaker() |
Copyright © 2022. All rights reserved.