Class LineBox

java.lang.Object
com.openhtmltopdf.render.Box
com.openhtmltopdf.render.LineBox
All Implemented Interfaces:
InlinePaintable, Styleable, DisplayListItem

public class LineBox
extends Box
implements InlinePaintable
A line box contains a single line of text (or other inline content). It is created during layout. It also tracks floated and absolute content added while laying out the line.