Package org.openxava.util.jxls
Interface JxlsConstants
-
- All Known Implementing Classes:
JxlsSheet
,JxlsStyle
,JxlsWorkbook
,ReportXLSAction
public interface JxlsConstants
-
-
Field Summary
Fields Modifier and Type Field Description static short
ALL
static int
AUTO_SIZE
static short
BLACK
static short
BLUE
static boolean
BOLD
static short
BORDER_NONE
static short
BORDER_THICK
static short
BORDER_THIN
static short
BOTTOM
static short
CENTER
static int
DATE
static short
EMPTY
static int
FLOAT
static short
GREEN
static int
INTEGER
static short
LEFT
static short
LEFT_RIGHT
static short
LIGHT_GREEN
static short
LIGHT_GREY
static short
LIGHT_YELLOW
static short
NONE
static boolean
PLAIN
static short
RED
static short
RIGHT
static int
TEXT
static short
TOP
static short
TOP_BOTTOM
static short
WHITE
-
-
-
Field Detail
-
EMPTY
static final short EMPTY
-
BLACK
static final short BLACK
-
WHITE
static final short WHITE
-
RED
static final short RED
-
BLUE
static final short BLUE
-
GREEN
static final short GREEN
-
LIGHT_YELLOW
static final short LIGHT_YELLOW
-
LIGHT_GREY
static final short LIGHT_GREY
-
LIGHT_GREEN
static final short LIGHT_GREEN
-
NONE
static final short NONE
- See Also:
- Constant Field Values
-
LEFT
static final short LEFT
- See Also:
- Constant Field Values
-
RIGHT
static final short RIGHT
- See Also:
- Constant Field Values
-
LEFT_RIGHT
static final short LEFT_RIGHT
- See Also:
- Constant Field Values
-
TOP
static final short TOP
- See Also:
- Constant Field Values
-
BOTTOM
static final short BOTTOM
- See Also:
- Constant Field Values
-
TOP_BOTTOM
static final short TOP_BOTTOM
- See Also:
- Constant Field Values
-
CENTER
static final short CENTER
- See Also:
- Constant Field Values
-
ALL
static final short ALL
- See Also:
- Constant Field Values
-
BOLD
static final boolean BOLD
- See Also:
- Constant Field Values
-
PLAIN
static final boolean PLAIN
- See Also:
- Constant Field Values
-
TEXT
static final int TEXT
- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
-
DATE
static final int DATE
- See Also:
- Constant Field Values
-
AUTO_SIZE
static final int AUTO_SIZE
- See Also:
- Constant Field Values
-
BORDER_NONE
static final short BORDER_NONE
-
BORDER_THIN
static final short BORDER_THIN
-
BORDER_THICK
static final short BORDER_THICK
-
-