org.jfree.layouting.input.style.keys.box
public class DisplayModel extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CSSConstant |
ABSOLUTE
A JFreeReport compatibility setting.
|
static CSSConstant |
BLOCK_INSIDE
Child elements are rendered as described for their 'display-role'.
|
static CSSConstant |
INLINE_INSIDE
If this is not an inline-level element, the effect is the same as for
'block-inside'.
|
static CSSConstant |
RUBY
Not yet used.
|
static CSSConstant |
TABLE
See the table module
|
public static final CSSConstant INLINE_INSIDE
public static final CSSConstant BLOCK_INSIDE
public static final CSSConstant TABLE
public static final CSSConstant RUBY
public static final CSSConstant ABSOLUTE