org.jfree.layouting.input.style.keys.table

Class TableStyleKeys

public class TableStyleKeys extends Object

Creation-Date: 23.06.2006, 15:20:03

Author: Thomas Morgner

Field Summary
static StyleKeyBORDER_COLLAPSE
Pair of length; No percentages; Inheritable
static StyleKeyBORDER_SPACING
Pair of length; No percentages; Inheritable
static StyleKeyCAPTION_SIDE
top or bottom.
static StyleKeyCOL_SPAN
static StyleKeyEMPTY_CELLS
Enumeration: Show, hide, inherit
static StyleKeyROW_SPAN
static StyleKeyTABLE_LAYOUT
Auto or fixed.

Field Detail

BORDER_COLLAPSE

public static final StyleKey BORDER_COLLAPSE
Pair of length; No percentages; Inheritable

BORDER_SPACING

public static final StyleKey BORDER_SPACING
Pair of length; No percentages; Inheritable

CAPTION_SIDE

public static final StyleKey CAPTION_SIDE
top or bottom.

COL_SPAN

public static final StyleKey COL_SPAN

EMPTY_CELLS

public static final StyleKey EMPTY_CELLS
Enumeration: Show, hide, inherit

ROW_SPAN

public static final StyleKey ROW_SPAN

TABLE_LAYOUT

public static final StyleKey TABLE_LAYOUT
Auto or fixed.