Interface DocbookTableCustomizerConstants
- All Superinterfaces:
TableCustomizerConstants
@API(type=INTERNAL,
src=PUBLIC)
public interface DocbookTableCustomizerConstants
extends TableCustomizerConstants
Constants used to choose Docbook table attributes.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
TableCustomizerConstants.ColumnWidthsType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]
Array with possible values for the alignment in DocBook4.static final String[]
Array with possible values for the alignment in DocBook5.static final String[]
Possible values for 'frame' attribute.Fields inherited from interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
CALS_WIDTHS_SPECIFICATIONS, CENTER, CHAR, COLS_DYNAMIC, COLS_FIXED, COLS_PROPORTIONAL, DITA_CONREF, FIXED_COL_WIDTH_DEFAULT_VALUE, FRAME_ABOVE, FRAME_ALL, FRAME_BELLOW, FRAME_BORDER, FRAME_BOTTOM, FRAME_BOX, FRAME_HSIDES, FRAME_LHS, FRAME_NONE, FRAME_RHS, FRAME_SIDES, FRAME_TOP, FRAME_TOPBOT, FRAME_VOID, FRAME_VSIDES, HTML_WIDTHS_SPECIFICATIONS, JUSTIFY, LEFT, REL_COL_WIDTH_DEFAULT_VALUE, RIGHT, SIMPLE_WIDTHS_SPECIFICATIONS, UNSPECIFIED
-
Field Details
-
ALIGN_VALUES_DB_5
Array with possible values for the alignment in DocBook5. -
ALIGN_VALUES_DB_4
Array with possible values for the alignment in DocBook4. -
TABLE_FRAME_VALUES
Possible values for 'frame' attribute.
-