Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.commons.table.operations.cals
Interface CALSConstants

All Known Implementing Classes:
CALSDocumentTypeHelper, CALSTableCellInfoProvider, CALSTableCellSpanProvider, DeleteColumnOperation, DeleteRowOperation, InsertColumnOperation, InsertRowOperation, JoinRowCellsOperation, SplitCellAboveBelowOperation, SplitLeftRightOperation

public interface CALSConstants

Contains the names of the elements and attributes used in CALS table model (e.g. DocBook or DITA tables).


Field Summary
static String ATTRIBUTE_NAME_COLNAME
          The name of the attribute that defines the column name.
static String ATTRIBUTE_NAME_COLNUM
          The name of the 'colspec' element attribute that specifies the column number.
static String ATTRIBUTE_NAME_COLS
          The 'tgroup' element attribute that specifies the number of columns in the table.
static String ATTRIBUTE_NAME_COLWIDTH
          The name of the 'colspec' element attribute that specifies the width of the column.
static String ATTRIBUTE_NAME_ID
          The name of the id attribute.
static String ATTRIBUTE_NAME_MOREROWS
          The name of the 'morerows' attribute.
static String ATTRIBUTE_NAME_NAMEEND
          The name of the attribute that specifies the end column name in a column span specification element.
static String ATTRIBUTE_NAME_NAMEST
          The name of the attribute that specifies the start column name in a column span specification element.
static String ATTRIBUTE_NAME_SPANNAME
          The name of the attribute that identifies a span specification for a table cell.
static String ATTRIBUTE_NAME_TABLE_WIDTH
          The name of the width attribute for the 'table' element.
static String ELEMENT_NAME_COLSPEC
          The name of the element that defines a column specification.
static String ELEMENT_NAME_ENTRY
          The name of the element that defines a CALS table cell.
static String ELEMENT_NAME_INFORMALTABLE
          The name of the element that defines an informaltable.
static String ELEMENT_NAME_ROW
          The name of the element that defines a CALS table row.
static String ELEMENT_NAME_SPANSPEC
          The name of the element that defines column span information.
static String ELEMENT_NAME_TABLE
          The name of the element that defines a table.
static String ELEMENT_NAME_TGROUP
          The name of the 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 the element that defines a table. The value is 'table'.

See Also:
Constant Field Values

ELEMENT_NAME_ENTRY

static final String ELEMENT_NAME_ENTRY
The name of the element that defines a CALS table cell. The value is 'entry'.

See Also:
Constant Field Values

ELEMENT_NAME_ROW

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

See Also:
Constant Field Values

ELEMENT_NAME_COLSPEC

static final String ELEMENT_NAME_COLSPEC
The name of the element that defines a column specification. The value is 'colspec'.

See Also:
Constant Field Values

ELEMENT_NAME_INFORMALTABLE

static final String ELEMENT_NAME_INFORMALTABLE
The name of the element that defines an informaltable. The value is 'informaltable'.

See Also:
Constant Field Values

ELEMENT_NAME_TGROUP

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

See Also:
Constant Field Values

ELEMENT_NAME_SPANSPEC

static final String ELEMENT_NAME_SPANSPEC
The name of the element that defines column span information. The value is 'spanspec'.

See Also:
Constant Field Values

ATTRIBUTE_NAME_NAMEST

static final String ATTRIBUTE_NAME_NAMEST
The name of the attribute that specifies the start column name in a column span specification element. The value is 'namest'.

See Also:
Constant Field Values

ATTRIBUTE_NAME_NAMEEND

static final String ATTRIBUTE_NAME_NAMEEND
The name of the attribute that specifies the end column name in a column span specification element. The value is 'nameend'.

See Also:
Constant Field Values

ATTRIBUTE_NAME_COLNAME

static final String ATTRIBUTE_NAME_COLNAME
The name of the attribute that defines the column name. The value is 'colname'.

See Also:
Constant Field Values

ATTRIBUTE_NAME_SPANNAME

static final String ATTRIBUTE_NAME_SPANNAME
The name of the attribute that identifies a span specification for a table cell. The value is 'spanname'.

See Also:
Constant Field Values

ATTRIBUTE_NAME_COLNUM

static final String ATTRIBUTE_NAME_COLNUM
The name of the 'colspec' element attribute that specifies the column number. The value is 'colnum'.

See Also:
Constant Field Values

ATTRIBUTE_NAME_COLWIDTH

static final String ATTRIBUTE_NAME_COLWIDTH
The name of the 'colspec' element attribute that specifies the width of the column. The value is 'colwidth'.

See Also:
Constant Field Values

ATTRIBUTE_NAME_TABLE_WIDTH

static final String ATTRIBUTE_NAME_TABLE_WIDTH
The name of the width attribute for the 'table' element. The value is 'width'.

See Also:
Constant Field Values

ATTRIBUTE_NAME_MOREROWS

static final String ATTRIBUTE_NAME_MOREROWS
The name of the 'morerows' attribute. Specifies on how many additional rows the cell spans. The value is 'morerows'.

See Also:
Constant Field Values

ATTRIBUTE_NAME_COLS

static final String ATTRIBUTE_NAME_COLS
The 'tgroup' element attribute that specifies the number of columns in the table. The value is 'cols'.

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.