Class DisplayModel
java.lang.Object
org.pentaho.reporting.libraries.css.keys.box.DisplayModel
The DisplayModel selects the algorithm used to layout an element. This is equal to selecting a LayoutManager in
Java.
Creation-Date: 27.10.2005, 21:03:12
- Author:
- Thomas Morgner
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CSSConstant
Child elements are rendered as described for their 'display-role'.static final CSSConstant
A Pentaho-reporting compatibility setting.static final CSSConstant
If this is not an inline-level element, the effect is the same as for 'block-inside'.static final CSSConstant
Not yet used.static final CSSConstant
See the table module -
Method Summary
-
Field Details
-
INLINE_INSIDE
If this is not an inline-level element, the effect is the same as for 'block-inside'. Otherwise the element's inline-level children and text sequences that come before the first block-level child are rendered as additional inline boxes for the line boxes of the containing block. Ditto for the text sequences and inline-level children after the last block-level child. The other children and text sequences are rendered as for 'block-inside'. -
BLOCK_INSIDE
Child elements are rendered as described for their 'display-role'. Sequences of inline-level elements and anonymous inline elements (ignoring elements with a display-role of 'none') are rendered as one or more line boxes. (How many line boxes depends on the line-breaking rules, see the Text module [[!CSS3-text].) -
TABLE
See the table module -
RUBY
Not yet used. -
CANVAS
A Pentaho-reporting compatibility setting. Enables the absolute (canvas) positioning mode.
-