Uses of Enum Class
com.openhtmltopdf.layout.Breaker.BreakTextResult
Packages that use Breaker.BreakTextResult
-
Uses of Breaker.BreakTextResult in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return Breaker.BreakTextResultModifier and TypeMethodDescriptionstatic 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
Returns 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 TypeMethodDescriptionvoid
LineBreakContext.checkConsistency
(Breaker.BreakTextResult breakResult) Given the result of text breaking, makes some sanity preserving asserts to check the state of this object.