Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.dita.map.table
Interface ReltableConstants

All Known Implementing Classes:
DeleteColumnOperation, DeleteRowOperation, DITARelTableDocumentTypeHelper, InsertColumnOperation, InsertRowOperation, JoinRowCellsOperation

public interface ReltableConstants

Interface containing the name of the elements and attributes used in the DITA map reltable model.


Field Summary
static String ATTRIBUTE_NAME_ID
          The name of the 'id' attribute.
static String ELEMENT_NAME_ENTRY
          The name of element that defines a table cell.
static String ELEMENT_NAME_HEADER
          The name of element that defines the header of a table.
static String ELEMENT_NAME_HEADER_ENTRY
          The name of element that defines column specification of a table.
static String ELEMENT_NAME_ROW
          The name of element that defines a table row.
static String ELEMENT_NAME_TABLE
          The name of element that defines the main content of a table, or part of a table.
 

Field Detail

ELEMENT_NAME_TABLE

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

See Also:
Constant Field Values

ELEMENT_NAME_HEADER

static final String ELEMENT_NAME_HEADER
The name of element that defines the header of a table. The value is relheader.

See Also:
Constant Field Values

ELEMENT_NAME_HEADER_ENTRY

static final String ELEMENT_NAME_HEADER_ENTRY
The name of element that defines column specification of a table. The value is relcolspec.

See Also:
Constant Field Values

ELEMENT_NAME_ROW

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

See Also:
Constant Field Values

ELEMENT_NAME_ENTRY

static final String ELEMENT_NAME_ENTRY
The name of element that defines a table cell. The value is relcell.

See Also:
Constant Field Values

ATTRIBUTE_NAME_ID

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

See Also:
Constant Field Values

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.