org.jfree.workbook
Interface StyleConstants

All Known Implementing Classes:
Style

public interface StyleConstants

Useful style constants.


Field Summary
static int ALIGN_BOTTOM
          Constant for bottom vertical alignment.
static int ALIGN_CENTER
          Constant for centered horizontal alignment.
static int ALIGN_CENTER_ACROSS_SELECTION
          Constant for centered-across-selection horizontal alignment.
static int ALIGN_FILL
          Constant for "fill" horizontal alignment.
static int ALIGN_GENERAL
          Constant for "general" horizontal alignment.
static int ALIGN_JUSTIFY_HORIZONTAL
          Constant for "justify" horizontal alignment.
static int ALIGN_JUSTIFY_VERTICAL
          Constant for "justified" vertical alignment.
static int ALIGN_LEFT
          Constant for left horizontal alignment.
static int ALIGN_MIDDLE
          Constant for centered vertical alignment.
static int ALIGN_RIGHT
          Constant for right horizontal alignment.
static int ALIGN_TOP
          Constant for top vertical alignment.
 

Field Detail

ALIGN_GENERAL

public static final int ALIGN_GENERAL
Constant for "general" horizontal alignment.

See Also:
Constant Field Values

ALIGN_LEFT

public static final int ALIGN_LEFT
Constant for left horizontal alignment.

See Also:
Constant Field Values

ALIGN_RIGHT

public static final int ALIGN_RIGHT
Constant for right horizontal alignment.

See Also:
Constant Field Values

ALIGN_CENTER

public static final int ALIGN_CENTER
Constant for centered horizontal alignment.

See Also:
Constant Field Values

ALIGN_FILL

public static final int ALIGN_FILL
Constant for "fill" horizontal alignment.

See Also:
Constant Field Values

ALIGN_JUSTIFY_HORIZONTAL

public static final int ALIGN_JUSTIFY_HORIZONTAL
Constant for "justify" horizontal alignment.

See Also:
Constant Field Values

ALIGN_CENTER_ACROSS_SELECTION

public static final int ALIGN_CENTER_ACROSS_SELECTION
Constant for centered-across-selection horizontal alignment.

See Also:
Constant Field Values

ALIGN_TOP

public static final int ALIGN_TOP
Constant for top vertical alignment.

See Also:
Constant Field Values

ALIGN_BOTTOM

public static final int ALIGN_BOTTOM
Constant for bottom vertical alignment.

See Also:
Constant Field Values

ALIGN_MIDDLE

public static final int ALIGN_MIDDLE
Constant for centered vertical alignment.

See Also:
Constant Field Values

ALIGN_JUSTIFY_VERTICAL

public static final int ALIGN_JUSTIFY_VERTICAL
Constant for "justified" vertical alignment.

See Also:
Constant Field Values