Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.commons.table.operations
Interface TableCustomizerConstants

All Known Implementing Classes:
ECDITARelTableCustomizerDialog, ECDITATableCustomizerDialog, ECDocbookTableCustomizerDialog, ECTableCustomizerDialog, ECTEITableCustomizerDialog, ECXHTMLTableCustomizerDialog, SADITARelTableCustomizerDialog, SADITATableCustomizerDialog, SADocbookTableCustomizerDialog, SATableCustomizerDialog, SATEITableCustomizerDialog, SAXHTMLTableCustomizerDialog

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 String COLS_DYNAMIC
          Dynamic column widths.
static String COLS_FIXED
          Fixed column widths.
static String COLS_PROPORTIONAL
          Proportional column widths.
static String FRAME_ABOVE
          Possible value for 'frame' attribute.
static String FRAME_ALL
          Frame all four sides of the table.
static String FRAME_BELLOW
          Possible value for 'frame' attribute.
static String FRAME_BORDER
          Possible value for 'frame' attribute.
static String FRAME_BOTTOM
          Frame only the bottom of the table.
static String FRAME_BOX
          Possible value for 'frame' attribute.
static String FRAME_HSIDES
          Possible value for 'frame' attribute.
static String FRAME_LHS
          Possible value for 'frame' attribute.
static String FRAME_NONE
          Place no border on the table.
static String FRAME_RHS
          Possible value for 'frame' attribute.
static String FRAME_SIDES
          Frame the left and right sides of the table.
static String FRAME_TOP
          Frame the top of the table.
static String FRAME_TOPBOT
          Frame the top and bottom of the table.
static String FRAME_VOID
          Possible value for 'frame' attribute.
static 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

FRAME_ALL

static final String FRAME_ALL
Frame all four sides of the table. The value is all.

See Also:
Constant Field Values

FRAME_BOTTOM

static final String FRAME_BOTTOM
Frame only the bottom of the table. The value is bottom.

See Also:
Constant Field Values

FRAME_NONE

static final String FRAME_NONE
Place no border on the table. The value is none.

See Also:
Constant Field Values

FRAME_SIDES

static final String FRAME_SIDES
Frame the left and right sides of the table. The value is sides.

See Also:
Constant Field Values

FRAME_TOP

static final String FRAME_TOP
Frame the top of the table. The value is top.

See Also:
Constant Field Values

FRAME_TOPBOT

static final String FRAME_TOPBOT
Frame the top and bottom of the table. The value is topbot.

See Also:
Constant Field Values

FRAME_ABOVE

static final String FRAME_ABOVE
Possible value for 'frame' attribute. The value is above.

See Also:
Constant Field Values

FRAME_BELLOW

static final String FRAME_BELLOW
Possible value for 'frame' attribute. The value is below.

See Also:
Constant Field Values

FRAME_BORDER

static final String FRAME_BORDER
Possible value for 'frame' attribute. The value is border.

See Also:
Constant Field Values

FRAME_BOX

static final String FRAME_BOX
Possible value for 'frame' attribute. The value is box.

See Also:
Constant Field Values

FRAME_HSIDES

static final String FRAME_HSIDES
Possible value for 'frame' attribute. The value is hsides.

See Also:
Constant Field Values

FRAME_VSIDES

static final String FRAME_VSIDES
Possible value for 'frame' attribute. The value is vsides.

See Also:
Constant Field Values

FRAME_LHS

static final String FRAME_LHS
Possible value for 'frame' attribute. The value is lhs.

See Also:
Constant Field Values

FRAME_RHS

static final String FRAME_RHS
Possible value for 'frame' attribute. The value is rhs.

See Also:
Constant Field Values

FRAME_VOID

static final String FRAME_VOID
Possible value for 'frame' attribute. The value is void.

See Also:
Constant Field Values

COLS_DYNAMIC

static final String COLS_DYNAMIC
Dynamic column widths.

See Also:
Constant Field Values

COLS_PROPORTIONAL

static final String COLS_PROPORTIONAL
Proportional column widths.

See Also:
Constant Field Values

COLS_FIXED

static final 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.


Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.