Uses of Class
com.openhtmltopdf.layout.LineBreakContext.LineBreakResult
-
Packages that use LineBreakContext.LineBreakResult Package Description com.openhtmltopdf.layout -
-
Uses of LineBreakContext.LineBreakResult in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return LineBreakContext.LineBreakResult Modifier and Type Method Description static LineBreakContext.LineBreakResultBreaker. doBreakText(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style, Breaker.TextBreakerSupplier lineBreaker)static LineBreakContext.LineBreakResultLineBreakContext.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.
-