public interface TableWriterInterface
Modifier and Type | Field and Description |
---|---|
static int |
CCW
Text rotated 90 degrees counter-clockwise.
|
static int |
CW
Text rotated 90 degrees clockwise.
|
static int |
MONOSPACE
Text is composed of fixed width characters.
|
static int |
NORMAL
Indicates normal formatting.
|
static int |
SANSSERIF |
static int |
SERIF |
Modifier and Type | Method and Description |
---|---|
void |
endSheet() |
void |
newRow() |
void |
setDateFormat(SimpleDateFormat format) |
void |
setIntegerFormat(NumberFormat format) |
void |
setNumberFormat(NumberFormat format) |
void |
startSheet() |
static final int NORMAL
static final int CCW
static final int CW
static final int MONOSPACE
static final int SANSSERIF
static final int SERIF
void startSheet()
void endSheet()
void newRow()
void setDateFormat(SimpleDateFormat format)
void setNumberFormat(NumberFormat format)
void setIntegerFormat(NumberFormat format)