Uses of Enum Class
com.openhtmltopdf.layout.InlineBoxing.StartInlineTextResult
Packages that use InlineBoxing.StartInlineTextResult
-
Uses of InlineBoxing.StartInlineTextResult in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return InlineBoxing.StartInlineTextResultModifier and TypeMethodDescriptionprivate static InlineBoxing.StartInlineTextResult
InlineBoxing.startInlineText
(LayoutContext c, LineBreakContext lbContext, InlineBox inlineBox, InlineBoxing.SpaceVariables space, InlineBoxing.StateVariables current, int fit, boolean trimmedLeadingSpace, boolean tryToBreakAnywhere, boolean forceOutput) Trys to consume the text in lbContext.Returns the enum constant of this class with the specified name.static InlineBoxing.StartInlineTextResult[]
InlineBoxing.StartInlineTextResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.