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