Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.tei.table
Interface TEIConstants

All Known Implementing Classes:
DeleteColumnOperation, DeleteRowOperation, InsertColumnOperation, InsertRowOperation, SplitCellAboveBelowOperation, SplitLeftRightOperation, TEIDocumentTypeHelper

public interface TEIConstants

Interface containing the names of the elements and attributes used in TEI.


Field Summary
static String ATTRIBUTE_NAME_COLS
          The name of the 'cols' attribute.
static String ATTRIBUTE_NAME_ID
          The name of the 'id' attribute.
static String ATTRIBUTE_NAME_ROWS
          The name of the 'rows' attribute.
static String ELEMENT_NAME_CELL
          The name of the element that defines a table cell.
static String ELEMENT_NAME_ROW
          The name of the element that defines a table row.
static String ELEMENT_NAME_TABLE
          The name of the element that defines the main content of a table.
 

Field Detail

ELEMENT_NAME_CELL

static final String ELEMENT_NAME_CELL
The name of the element that defines a table cell. The value is cell.

See Also:
Constant Field Values

ELEMENT_NAME_ROW

static final String ELEMENT_NAME_ROW
The name of the element that defines a table row. The value is row.

See Also:
Constant Field Values

ELEMENT_NAME_TABLE

static final String ELEMENT_NAME_TABLE
The name of the element that defines the main content of a table. The value is table.

See Also:
Constant Field Values

ATTRIBUTE_NAME_ID

static final String ATTRIBUTE_NAME_ID
The name of the 'id' attribute.

See Also:
Constant Field Values

ATTRIBUTE_NAME_COLS

static final String ATTRIBUTE_NAME_COLS
The name of the 'cols' attribute. For the 'cell' element the attribute specifies the number of occupied columns in the table.

See Also:
Constant Field Values

ATTRIBUTE_NAME_ROWS

static final String ATTRIBUTE_NAME_ROWS
The name of the 'rows' attribute. For the 'cell' element the attribute specifies the number of occupied rows in the table.

See Also:
Constant Field Values

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.