Class BlockBox

java.lang.Object
com.openhtmltopdf.render.Box
com.openhtmltopdf.render.BlockBox
All Implemented Interfaces:
InlinePaintable, Styleable, DisplayListItem
Direct Known Subclasses:
AnonymousBlockBox, FlowingColumnBox, FlowingColumnContainerBox, MarginBox, TableBox, TableCellBox, TableRowBox, TableSectionBox, ViewportBox

public class BlockBox
extends Box
implements InlinePaintable
A block box as defined in the CSS spec. It also provides a base class for other kinds of block content (for example table rows or cells).