Interface TableHelperConstants

All Known Subinterfaces:
TablePropertiesConstants, TablePropertiesHelper
All Known Implementing Classes:
ChoiceTableHelper, DITACALSTableHelper, Docbook5CALSTableHelper, Docbook5HTMLTableHelper, DocbookCALSTableHelper, DocbookHTMLTableHelper, RelTablePropertiesHelper, SimpleTableHelper, TablePropertiesHelperBase

@API(type=INTERNAL, src=PUBLIC) public interface TableHelperConstants
Constants used in table operations
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The body element.
    static final int
    The body description cell element (used for choicetable).
    static final int
    The cell element.
    static final int
    The cell element.
    static final int
    The footer element.
    static final int
    The group element.
    static final int
    The header element.
    static final int
    The header cell element (used for reltable/choice table).
    static final int
    The header description cell element (used for choicetable).
    static final int
    The row element.
    static final int
    The table element.
  • Field Details

    • TYPE_ROW

      static final int TYPE_ROW
      The row element.
      See Also:
    • TYPE_BODY

      static final int TYPE_BODY
      The body element.
      See Also:
    • TYPE_HEADER

      static final int TYPE_HEADER
      The header element.
      See Also:
    • TYPE_GROUP

      static final int TYPE_GROUP
      The group element.
      See Also:
    • TYPE_TABLE

      static final int TYPE_TABLE
      The table element.
      See Also:
    • TYPE_CELL

      static final int TYPE_CELL
      The cell element.
      See Also:
    • TYPE_COLSPEC

      static final int TYPE_COLSPEC
      The cell element.
      See Also:
    • TYPE_HEADER_CELL

      static final int TYPE_HEADER_CELL
      The header cell element (used for reltable/choice table).
      See Also:
    • TYPE_HEADER_DESC_CELL

      static final int TYPE_HEADER_DESC_CELL
      The header description cell element (used for choicetable).
      See Also:
    • TYPE_BODY_DESC_CELL

      static final int TYPE_BODY_DESC_CELL
      The body description cell element (used for choicetable).
      See Also: