Class AnonymousBlockBox

All Implemented Interfaces:
InlinePaintable, Styleable

public final class AnonymousBlockBox extends BlockBox
An anonymous block box as defined in the CSS spec. This class is only used when wrapping inline content in a block box in order to ensure that a block box only ever contains either block or inline content. Other anonymous block boxes create a BlockBox directly with the anonymous property is true.