Uses of Class
org.xhtmlrenderer.render.InlineBox
Packages that use InlineBox
-
Uses of InlineBox in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return InlineBoxModifier and TypeMethodDescriptionprivate static InlineBox
BoxBuilder.createInlineBox
(String text, Element parent, CalculatedStyle parentStyle, Text node) Methods in org.xhtmlrenderer.layout with parameters of type InlineBoxModifier and TypeMethodDescriptionprivate static String
WhitespaceStripper.collapseWhitespace
(InlineBox iB, IdentValue whitespace, String text, boolean collapseLeading) private static boolean
WhitespaceStripper.stripWhitespace
(InlineBox iB, boolean collapseLeading) this function strips all whitespace from the text according to the CSS 2.1 spec on whitespace handling.Method parameters in org.xhtmlrenderer.layout with type arguments of type InlineBoxModifier and TypeMethodDescriptionprivate static InlineLayoutBox
InlineBoxing.addOpenInlineBoxes
(LayoutContext c, LineBox line, List<InlineBox> openParents, int cbWidth, Map<InlineBox, InlineLayoutBox> iBMap) private static InlineLayoutBox
InlineBoxing.addOpenInlineBoxes
(LayoutContext c, LineBox line, List<InlineBox> openParents, int cbWidth, Map<InlineBox, InlineLayoutBox> iBMap) -
Uses of InlineBox in org.xhtmlrenderer.render
Fields in org.xhtmlrenderer.render with type parameters of type InlineBoxMethods in org.xhtmlrenderer.render that return types with arguments of type InlineBoxConstructor parameters in org.xhtmlrenderer.render with type arguments of type InlineBoxModifierConstructorDescriptionAnonymousBlockBox
(Element element, CalculatedStyle style, List<InlineBox> savedParents, List<Styleable> inlineContent)