Interface TableCustomizerConstants
-
- All Known Subinterfaces:
DocbookTableCustomizerConstants
,XHTMLTableCustomizerConstants
- All Known Implementing Classes:
ECDITARelTableCustomizerDialog
,ECDITATableCustomizerDialog
,ECDocbookTableCustomizerDialog
,ECTableCustomizerDialog
,ECTEITableCustomizerDialog
,ECXHTMLTableCustomizerDialog
,SADITARelTableCustomizerDialog
,SADITATableCustomizerDialog
,SADocbook4TableCustomizerDialog
,SADocbook5TableCustomizerDialog
,SADocbookTableCustomizerDialog
,SATableCustomizerDialog
,SATEITableCustomizerDialog
,SAXHTMLTableCustomizerDialog
@API(type=INTERNAL, src=PUBLIC) public interface TableCustomizerConstants
Constants used to choose certain table attributes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TableCustomizerConstants.ColumnWidthsType
Column widths specifications
-
Field Summary
Fields Modifier and Type Field Description static TableCustomizerConstants.ColumnWidthsType[]
CALS_WIDTHS_SPECIFICATIONS
The column widths type for CALS tables.static java.lang.String
CENTER
Value for horizontal alignment.static java.lang.String
CHAR
Value for horizontal alignment.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
DITA_CONREF
DITA specific frame value.static java.lang.String
FIXED_COL_WIDTH_DEFAULT_VALUE
Fixed col width default valuestatic 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 java.lang.String
JUSTIFY
Value for horizontal alignment.static java.lang.String
LEFT
Value for horizontal alignment.static java.lang.String
REL_COL_WIDTH_DEFAULT_VALUE
Default value for relative col widths.static java.lang.String
RIGHT
Value for horizontal alignment.static TableCustomizerConstants.ColumnWidthsType[]
SIMPLE_WIDTHS_SPECIFICATIONS
The column widths type for Simple tables.static java.lang.String
UNSPECIFIED
Do not insert frame attribute.
-
-
-
Field Detail
-
FRAME_ALL
static final java.lang.String FRAME_ALL
Frame all four sides of the table. The value isall
.- See Also:
- Constant Field Values
-
FRAME_BOTTOM
static final java.lang.String FRAME_BOTTOM
Frame only the bottom of the table. The value isbottom
.- See Also:
- Constant Field Values
-
FRAME_NONE
static final java.lang.String FRAME_NONE
Place no border on the table. The value isnone
.- See Also:
- Constant Field Values
-
UNSPECIFIED
static final java.lang.String UNSPECIFIED
Do not insert frame attribute. The value is
.- See Also:
- Constant Field Values
-
FRAME_SIDES
static final java.lang.String FRAME_SIDES
Frame the left and right sides of the table. The value issides
.- See Also:
- Constant Field Values
-
FRAME_TOP
static final java.lang.String FRAME_TOP
Frame the top of the table. The value istop
.- See Also:
- Constant Field Values
-
FRAME_TOPBOT
static final java.lang.String FRAME_TOPBOT
Frame the top and bottom of the table. The value istopbot
.- See Also:
- Constant Field Values
-
FRAME_ABOVE
static final java.lang.String FRAME_ABOVE
Possible value for 'frame' attribute. The value isabove
.- See Also:
- Constant Field Values
-
FRAME_BELLOW
static final java.lang.String FRAME_BELLOW
Possible value for 'frame' attribute. The value isbelow
.- See Also:
- Constant Field Values
-
FRAME_BORDER
static final java.lang.String FRAME_BORDER
Possible value for 'frame' attribute. The value isborder
.- See Also:
- Constant Field Values
-
FRAME_BOX
static final java.lang.String FRAME_BOX
Possible value for 'frame' attribute. The value isbox
.- See Also:
- Constant Field Values
-
FRAME_HSIDES
static final java.lang.String FRAME_HSIDES
Possible value for 'frame' attribute. The value ishsides
.- See Also:
- Constant Field Values
-
FRAME_VSIDES
static final java.lang.String FRAME_VSIDES
Possible value for 'frame' attribute. The value isvsides
.- See Also:
- Constant Field Values
-
FRAME_LHS
static final java.lang.String FRAME_LHS
Possible value for 'frame' attribute. The value islhs
.- See Also:
- Constant Field Values
-
FRAME_RHS
static final java.lang.String FRAME_RHS
Possible value for 'frame' attribute. The value isrhs
.- See Also:
- Constant Field Values
-
FRAME_VOID
static final java.lang.String FRAME_VOID
Possible value for 'frame' attribute. The value isvoid
.- See Also:
- Constant Field Values
-
LEFT
static final java.lang.String LEFT
Value for horizontal alignment.- See Also:
- Constant Field Values
-
RIGHT
static final java.lang.String RIGHT
Value for horizontal alignment.- See Also:
- Constant Field Values
-
CENTER
static final java.lang.String CENTER
Value for horizontal alignment.- See Also:
- Constant Field Values
-
JUSTIFY
static final java.lang.String JUSTIFY
Value for horizontal alignment.- See Also:
- Constant Field Values
-
CHAR
static final java.lang.String CHAR
Value for horizontal alignment.- See Also:
- Constant Field Values
-
DITA_CONREF
static final java.lang.String DITA_CONREF
DITA specific frame value.- See Also:
- Constant Field Values
-
COLS_DYNAMIC
static final java.lang.String COLS_DYNAMIC
Dynamic column widths.- See Also:
- Constant Field Values
-
COLS_PROPORTIONAL
static final java.lang.String COLS_PROPORTIONAL
Proportional column widths.- See Also:
- Constant Field Values
-
COLS_FIXED
static final java.lang.String COLS_FIXED
Fixed column widths.- See Also:
- Constant Field Values
-
SIMPLE_WIDTHS_SPECIFICATIONS
static final TableCustomizerConstants.ColumnWidthsType[] SIMPLE_WIDTHS_SPECIFICATIONS
The column widths type for Simple tables.
-
CALS_WIDTHS_SPECIFICATIONS
static final TableCustomizerConstants.ColumnWidthsType[] CALS_WIDTHS_SPECIFICATIONS
The column widths type for CALS tables.
-
HTML_WIDTHS_SPECIFICATIONS
static final TableCustomizerConstants.ColumnWidthsType[] HTML_WIDTHS_SPECIFICATIONS
The column widths type for HTML tables.
-
REL_COL_WIDTH_DEFAULT_VALUE
static final java.lang.String REL_COL_WIDTH_DEFAULT_VALUE
Default value for relative col widths.- See Also:
- Constant Field Values
-
FIXED_COL_WIDTH_DEFAULT_VALUE
static final java.lang.String FIXED_COL_WIDTH_DEFAULT_VALUE
Fixed col width default value- See Also:
- Constant Field Values
-
-