public class DisplayRole
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static CSSConstant |
ABSOLUTE |
A JFreeReport compatibility setting.
|
static CSSConstant |
BLOCK |
The element is rendered as a rectangular block.
|
static CSSConstant |
COMPACT |
The effect depends on the intrinsic size of this element and on what comes
after it.
|
static CSSConstant |
INLINE |
The element is rendered inside a line box.
|
static CSSConstant |
LIST_ITEM |
The element is rendered the same as if it had display-role 'block', but
in addition a marker is generated (see 'list-style').
|
static CSSConstant |
NONE |
The element is not rendered.
|
static CSSConstant |
RUBY_BASE |
|
static CSSConstant |
RUBY_BASE_GROUP |
|
static CSSConstant |
RUBY_TEXT |
Ruby is not yet used.
|
static CSSConstant |
RUBY_TEXT_GROUP |
|
static CSSConstant |
RUN_IN |
The effect depends on what comes after the element.
|
static CSSConstant |
TABLE_CAPTION |
|
static CSSConstant |
TABLE_CELL |
|
static CSSConstant |
TABLE_COLUMN |
|
static CSSConstant |
TABLE_COLUMN_GROUP |
|
static CSSConstant |
TABLE_FOOTER_GROUP |
|
static CSSConstant |
TABLE_HEADER_GROUP |
|
static CSSConstant |
TABLE_ROW |
See the Tables module [CSS3TBL].
|
static CSSConstant |
TABLE_ROW_GROUP |
public static final CSSConstant NONE
public static final CSSConstant BLOCK
public static final CSSConstant INLINE
public static final CSSConstant LIST_ITEM
public static final CSSConstant RUN_IN
public static final CSSConstant COMPACT
public static final CSSConstant TABLE_ROW
public static final CSSConstant TABLE_CELL
public static final CSSConstant TABLE_ROW_GROUP
public static final CSSConstant TABLE_HEADER_GROUP
public static final CSSConstant TABLE_FOOTER_GROUP
public static final CSSConstant TABLE_COLUMN
public static final CSSConstant TABLE_COLUMN_GROUP
public static final CSSConstant TABLE_CAPTION
public static final CSSConstant RUBY_TEXT
public static final CSSConstant RUBY_BASE
public static final CSSConstant RUBY_BASE_GROUP
public static final CSSConstant RUBY_TEXT_GROUP
public static final CSSConstant ABSOLUTE