All Known Implementing Classes:
CALSDocumentTypeHelper, CALSTableCellInfoProvider, CALSTableCellSpanProvider, DeleteColumnOperation, DeleteColumnOperation, DeleteRowOperation, DeleteRowOperation, DITACALSTableCellInfoProvider, DITATableCellSepInfoProvider, DITATableDocumentTypeHelper, DocbookTableCellSepInfoProvider, InsertColumnOperation, InsertColumnOperation, InsertRowOperation, InsertRowOperation, InsertSingleColumnOperation, InsertSingleColumnOperation, InsertSingleRowOperation, InsertSingleRowOperation, JoinRowCellsOperation, JoinRowCellsOperation, SplitCellAboveBelowOperation, SplitCellAboveBelowOperation, SplitLeftRightOperation, SplitLeftRightOperation, SplitOperation, SplitOperation

@API(type=INTERNAL, src=PUBLIC) public interface CALSConstants
Contains the names of the elements and attributes used in CALS table model (e.g. DocBook or DITA tables).
  • Field Details

    • ELEMENT_NAME_TABLE

      static final String ELEMENT_NAME_TABLE
      The name of the element that defines a table. The value is 'table'.
      See Also:
    • 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:
    • 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:
    • 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:
    • ELEMENT_NAME_INFORMALTABLE

      static final String ELEMENT_NAME_INFORMALTABLE
      The name of the element that defines an informaltable. The value is 'informaltable'.
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • ATTRIBUTE_NAME_COLSEP

      static final String ATTRIBUTE_NAME_COLSEP
      The name of the attribute that identifies a column separator specification for a table cell. The value is 'colsep'.
      See Also:
    • ATTRIBUTE_NAME_ROWSEP

      static final String ATTRIBUTE_NAME_ROWSEP
      The name of the attribute that identifies a row separator specification for a table cell. The value is 'rowsep'.
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • ATTRIBUTE_NAME_ID

      static final String ATTRIBUTE_NAME_ID
      The name of the id attribute. The value is 'id'.
      See Also:
    • ATTRIBUTE_NAME_XML_ID

      static final String ATTRIBUTE_NAME_XML_ID
      The xml:id attribute. The value is 'xml:id'.
      See Also:
    • ATTRIBUTE_NAME_ALIGN

      static final String ATTRIBUTE_NAME_ALIGN
      The name of the 'colspec' element attribute that specifies the alignament of the column. The value is 'align'.
      See Also: