Class InlineLayoutBox

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

public class InlineLayoutBox
extends Box
implements InlinePaintable
A Box which contains the portion of an inline element layed out on a single line. It may contain content from several InlineBox objects if the original inline element was interrupted by nested content. Unlike other boxes, its children may be either Box objects (for example, a box with display: inline-block) or InlineText objects. For this reason, it's children are not stored in the children property, but instead stored in the inlineChildren property.