Class ColumnStyleKeys
java.lang.Object
org.pentaho.reporting.libraries.css.keys.column.ColumnStyleKeys
Creation-Date: 03.12.2005, 20:48:04 * column-count column-width column-min-width column-width-policy
The second group of properties describes the space between columns:
column-gap column-rule column-rule-color column-rule-style column-rule-width
The third group consists of one property which make it possible an element to span several columns:
column-span
- Author:
- Thomas Morgner
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StyleKey
Defines, whether column contents should be balanced.static final StyleKey
static final StyleKey
static final StyleKey
static final StyleKey
static final StyleKey
static final StyleKey
static final StyleKey
static final StyleKey
static final StyleKey
static final StyleKey
-
Method Summary
-
Field Details
-
COLUMN_COUNT
-
COLUMN_SPACE_DISTRIBUTION
-
COLUMN_WIDTH
-
COLUMN_MIN_WIDTH
-
COLUMN_WIDTH_POLICY
-
COLUMN_GAP
-
COLUMN_RULE_COLOR
-
COLUMN_RULE_STYLE
-
COLUMN_RULE_WIDTH
-
COLUMN_SPAN
-
COLUMN_BALANCE
Defines, whether column contents should be balanced. Another idea stolen from OpenOffice :)
-