public class FloatDisplace extends Object
Modifier and Type | Field and Description |
---|---|
static CSSConstant |
BLOCK
The containing block's width as used by the horizontal formatting model is reduced by the width of the floats
intruding upon its content area (not taking into account floating descendants or floating elements that appear
later in the document tree).
|
static CSSConstant |
BLOCK_WITHIN_PAGE
As for the 'block' value, but the determination of intrusions that adjust the width of the block is done separately
on each page on which the block appears.
|
static CSSConstant |
INDENT
The distance between the margin edge of the floats and the start of the line box is set to the distance between the
active reference indent edge (see the 'indent-edge-reset' property) and the content edge of the block box.
|
static CSSConstant |
LINE
Line boxes should be shortened and moved so as to avoid floats.
|
public static final CSSConstant LINE
public static final CSSConstant INDENT
public static final CSSConstant BLOCK
public static final CSSConstant BLOCK_WITHIN_PAGE