Uses of Interface
com.openhtmltopdf.layout.Breaker.TextBreakerSupplier
-
Packages that use Breaker.TextBreakerSupplier Package Description com.openhtmltopdf.layout -
-
Uses of Breaker.TextBreakerSupplier in com.openhtmltopdf.layout
Classes in com.openhtmltopdf.layout that implement Breaker.TextBreakerSupplier Modifier and Type Class Description private static class
Breaker.CharacterBreakerSupplier
private static class
Breaker.LineBreakerSupplier
Fields in com.openhtmltopdf.layout declared as Breaker.TextBreakerSupplier Modifier and Type Field Description static Breaker.TextBreakerSupplier
Breaker. STANDARD_CHARACTER_BREAKER
static Breaker.TextBreakerSupplier
Breaker. STANDARD_LINE_BREAKER
Methods in com.openhtmltopdf.layout with parameters of type Breaker.TextBreakerSupplier Modifier and Type Method Description static LineBreakContext.LineBreakResult
Breaker. doBreakText(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style, Breaker.TextBreakerSupplier lineBreaker)
-