|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableCustomizerConstants
Constants used to choose certain table attributes.
Nested Class Summary | |
---|---|
static class |
TableCustomizerConstants.ColumnWidthsType
Column widths specifications |
Field Summary | |
---|---|
static TableCustomizerConstants.ColumnWidthsType[] |
CALS_WIDTHS_SPECIFICATIONS
The column widths type for CALS tables. |
static java.lang.String |
COLS_DYNAMIC
Dynamic column widths. |
static java.lang.String |
COLS_FIXED
Fixed column widths. |
static java.lang.String |
COLS_PROPORTIONAL
Proportional column widths. |
static java.lang.String |
FRAME_ABOVE
Possible value for 'frame' attribute. |
static java.lang.String |
FRAME_ALL
Frame all four sides of the table. |
static java.lang.String |
FRAME_BELLOW
Possible value for 'frame' attribute. |
static java.lang.String |
FRAME_BORDER
Possible value for 'frame' attribute. |
static java.lang.String |
FRAME_BOTTOM
Frame only the bottom of the table. |
static java.lang.String |
FRAME_BOX
Possible value for 'frame' attribute. |
static java.lang.String |
FRAME_HSIDES
Possible value for 'frame' attribute. |
static java.lang.String |
FRAME_LHS
Possible value for 'frame' attribute. |
static java.lang.String |
FRAME_NONE
Place no border on the table. |
static java.lang.String |
FRAME_RHS
Possible value for 'frame' attribute. |
static java.lang.String |
FRAME_SIDES
Frame the left and right sides of the table. |
static java.lang.String |
FRAME_TOP
Frame the top of the table. |
static java.lang.String |
FRAME_TOPBOT
Frame the top and bottom of the table. |
static java.lang.String |
FRAME_VOID
Possible value for 'frame' attribute. |
static java.lang.String |
FRAME_VSIDES
Possible value for 'frame' attribute. |
static TableCustomizerConstants.ColumnWidthsType[] |
HTML_WIDTHS_SPECIFICATIONS
The column widths type for HTML tables. |
static TableCustomizerConstants.ColumnWidthsType[] |
SIMPLE_WIDTHS_SPECIFICATIONS
The column widths type for Simple tables. |
Field Detail |
---|
static final java.lang.String FRAME_ALL
all
.
static final java.lang.String FRAME_BOTTOM
bottom
.
static final java.lang.String FRAME_NONE
none
.
static final java.lang.String FRAME_SIDES
sides
.
static final java.lang.String FRAME_TOP
top
.
static final java.lang.String FRAME_TOPBOT
topbot
.
static final java.lang.String FRAME_ABOVE
above
.
static final java.lang.String FRAME_BELLOW
below
.
static final java.lang.String FRAME_BORDER
border
.
static final java.lang.String FRAME_BOX
box
.
static final java.lang.String FRAME_HSIDES
hsides
.
static final java.lang.String FRAME_VSIDES
vsides
.
static final java.lang.String FRAME_LHS
lhs
.
static final java.lang.String FRAME_RHS
rhs
.
static final java.lang.String FRAME_VOID
void
.
static final java.lang.String COLS_DYNAMIC
static final java.lang.String COLS_PROPORTIONAL
static final java.lang.String COLS_FIXED
static final TableCustomizerConstants.ColumnWidthsType[] SIMPLE_WIDTHS_SPECIFICATIONS
static final TableCustomizerConstants.ColumnWidthsType[] CALS_WIDTHS_SPECIFICATIONS
static final TableCustomizerConstants.ColumnWidthsType[] HTML_WIDTHS_SPECIFICATIONS
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |