-
Methods in com.openhtmltopdf.layout that return LineBreakContext.LineBreakResult
| Modifier and Type |
Method |
Description |
static LineBreakContext.LineBreakResult |
Breaker.breakText(LayoutContext c,
LineBreakContext context,
int avail,
CalculatedStyle style,
boolean tryToBreakAnywhere,
int lineWidth) |
|
static LineBreakContext.LineBreakResult |
Breaker.doBreakText(LayoutContext c,
LineBreakContext context,
int avail,
CalculatedStyle style,
Breaker.TextBreakerSupplier lineBreaker) |
|
static LineBreakContext.LineBreakResult |
LineBreakContext.LineBreakResult.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LineBreakContext.LineBreakResult[] |
LineBreakContext.LineBreakResult.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|