Class ExcelConstant
java.lang.Object
bld.generator.report.excel.constant.ExcelConstant
The Class ExcelConstant.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExcelBorderImplThe Constant BORDER.static final intThe Constant DEFAULT_WIDTH_COLUMN.static final ExcelCellLayoutImplThe Constant EXCEL_CELL_LAYOUT_DATE.static final ExcelCellLayoutImplThe Constant EXCEL_CELL_LAYOUT_DOUBLE.static final ExcelCellLayoutImplThe Constant EXCEL_CELL_LAYOUT_INTEGER.static final ExcelCellLayoutImplThe Constant EXCEL_CELL_LAYOUT_STRING.static final ExcelColumnWidthImplThe Constant EXCEL_COLUMN_WIDTH.static final ExcelDateImplThe Constant EXCEL_DATE_DD_MM_YYYY.static final ExcelFontImplThe Constant FONT.static final ExcelRgbColorImplThe Constant RGB_FONT.static final ExcelRgbColorImplThe Constant RGB_FOREGROUND. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RGB_FOREGROUND
The Constant RGB_FOREGROUND. -
RGB_FONT
The Constant RGB_FONT. -
FONT
The Constant FONT. -
BORDER
The Constant BORDER. -
EXCEL_CELL_LAYOUT_INTEGER
The Constant EXCEL_CELL_LAYOUT_INTEGER. -
EXCEL_CELL_LAYOUT_DOUBLE
The Constant EXCEL_CELL_LAYOUT_DOUBLE. -
EXCEL_CELL_LAYOUT_STRING
The Constant EXCEL_CELL_LAYOUT_STRING. -
EXCEL_CELL_LAYOUT_DATE
The Constant EXCEL_CELL_LAYOUT_DATE. -
EXCEL_DATE_DD_MM_YYYY
The Constant EXCEL_DATE_DD_MM_YYYY. -
DEFAULT_WIDTH_COLUMN
public static final int DEFAULT_WIDTH_COLUMNThe Constant DEFAULT_WIDTH_COLUMN.- See Also:
-
EXCEL_COLUMN_WIDTH
The Constant EXCEL_COLUMN_WIDTH.
-
-
Constructor Details
-
ExcelConstant
public ExcelConstant()
-