public interface IAlignConstants
Modifier and Type | Field and Description |
---|---|
static short |
ALIGN_CENTER
Center-align the content in the report cell
|
static short |
ALIGN_LEFT
Left-align the content in the report cell
|
static short |
ALIGN_RIGHT
Right-align the content in the report cell
|
static short |
VALIGN_BASELINE
Vertically align the content in the report cell to the baseline
|
static short |
VALIGN_BOTTOM
Vertically align the content in the report cell to the bottom
|
static short |
VALIGN_MIDDLE
Vertically align the content in the report cell to the middle
|
static short |
VALIGN_TOP
Vertically align the content in the report cell to the top
|
static final short ALIGN_CENTER
static final short ALIGN_LEFT
static final short ALIGN_RIGHT
static final short VALIGN_MIDDLE
static final short VALIGN_TOP
static final short VALIGN_BOTTOM
static final short VALIGN_BASELINE