Uses of Class
com.openhtmltopdf.layout.Breaker.BreakTextResult
-
Packages that use Breaker.BreakTextResult Package Description com.openhtmltopdf.layout -
-
Uses of Breaker.BreakTextResult in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return Breaker.BreakTextResult Modifier and Type Method Description static Breaker.BreakTextResult
Breaker. breakText(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style, boolean tryToBreakAnywhere, int lineWidth, boolean forceOutput)
private static Breaker.BreakTextResult
Breaker. toBreakTextResult(LineBreakContext.LineBreakResult res)
Converts a LineBreakResult returned from doBreakText in word-wrapping mode to a BreakTextResult.static Breaker.BreakTextResult
Breaker.BreakTextResult. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Breaker.BreakTextResult[]
Breaker.BreakTextResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.layout with parameters of type Breaker.BreakTextResult Modifier and Type Method Description void
LineBreakContext. checkConsistency(Breaker.BreakTextResult breakResult)
Given the result of text breaking, makes some sanity preserving asserts to check the state of this object.
-