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 ClassesModifier and TypeInterfaceDescriptionstatic enum
Column widths specifications -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TableCustomizerConstants.ColumnWidthsType[]
The column widths type for CALS tables.static final String
Value for horizontal alignment.static final String
Value for horizontal alignment.static final String
Dynamic column widths.static final String
Fixed column widths.static final String
Proportional column widths.static final String
DITA specific frame value.static final String
Fixed col width default valuestatic final String
Possible value for 'frame' attribute.static final String
Frame all four sides of the table.static final String
Possible value for 'frame' attribute.static final String
Possible value for 'frame' attribute.static final String
Frame only the bottom of the table.static final String
Possible value for 'frame' attribute.static final String
Possible value for 'frame' attribute.static final String
Possible value for 'frame' attribute.static final String
Place no border on the table.static final String
Possible value for 'frame' attribute.static final String
Frame the left and right sides of the table.static final String
Frame the top of the table.static final String
Frame the top and bottom of the table.static final String
Possible value for 'frame' attribute.static final String
Possible value for 'frame' attribute.static final TableCustomizerConstants.ColumnWidthsType[]
The column widths type for HTML tables.static final String
Value for horizontal alignment.static final String
Value for horizontal alignment.static final String
Default value for relative col widths.static final String
Value for horizontal alignment.static final TableCustomizerConstants.ColumnWidthsType[]
The column widths type for Simple tables.static final String
Do not insert frame attribute.
-
Field Details
-
FRAME_ALL
Frame all four sides of the table. The value isall
.- See Also:
-
FRAME_BOTTOM
Frame only the bottom of the table. The value isbottom
.- See Also:
-
FRAME_NONE
Place no border on the table. The value isnone
.- See Also:
-
UNSPECIFIED
Do not insert frame attribute. The value is
.- See Also:
-
FRAME_SIDES
Frame the left and right sides of the table. The value issides
.- See Also:
-
FRAME_TOP
Frame the top of the table. The value istop
.- See Also:
-
FRAME_TOPBOT
Frame the top and bottom of the table. The value istopbot
.- See Also:
-
FRAME_ABOVE
Possible value for 'frame' attribute. The value isabove
.- See Also:
-
FRAME_BELLOW
Possible value for 'frame' attribute. The value isbelow
.- See Also:
-
FRAME_BORDER
Possible value for 'frame' attribute. The value isborder
.- See Also:
-
FRAME_BOX
Possible value for 'frame' attribute. The value isbox
.- See Also:
-
FRAME_HSIDES
Possible value for 'frame' attribute. The value ishsides
.- See Also:
-
FRAME_VSIDES
Possible value for 'frame' attribute. The value isvsides
.- See Also:
-
FRAME_LHS
Possible value for 'frame' attribute. The value islhs
.- See Also:
-
FRAME_RHS
Possible value for 'frame' attribute. The value isrhs
.- See Also:
-
FRAME_VOID
Possible value for 'frame' attribute. The value isvoid
.- See Also:
-
LEFT
Value for horizontal alignment.- See Also:
-
RIGHT
Value for horizontal alignment.- See Also:
-
CENTER
Value for horizontal alignment.- See Also:
-
JUSTIFY
Value for horizontal alignment.- See Also:
-
CHAR
Value for horizontal alignment.- See Also:
-
DITA_CONREF
DITA specific frame value.- See Also:
-
COLS_DYNAMIC
Dynamic column widths.- See Also:
-
COLS_PROPORTIONAL
Proportional column widths.- See Also:
-
COLS_FIXED
Fixed column widths.- See Also:
-
SIMPLE_WIDTHS_SPECIFICATIONS
The column widths type for Simple tables. -
CALS_WIDTHS_SPECIFICATIONS
The column widths type for CALS tables. -
HTML_WIDTHS_SPECIFICATIONS
The column widths type for HTML tables. -
REL_COL_WIDTH_DEFAULT_VALUE
Default value for relative col widths.- See Also:
-
FIXED_COL_WIDTH_DEFAULT_VALUE
Fixed col width default value- See Also:
-