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
FieldsModifier and TypeFieldDescriptionstatic 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_ROWThe row element.- See Also:
-
TYPE_BODY
static final int TYPE_BODYThe body element.- See Also:
-
TYPE_HEADER
static final int TYPE_HEADERThe header element.- See Also:
-
TYPE_FOOTER
static final int TYPE_FOOTERThe footer element.- See Also:
-
TYPE_GROUP
static final int TYPE_GROUPThe group element.- See Also:
-
TYPE_TABLE
static final int TYPE_TABLEThe table element.- See Also:
-
TYPE_CELL
static final int TYPE_CELLThe cell element.- See Also:
-
TYPE_COLSPEC
static final int TYPE_COLSPECThe cell element.- See Also:
-
TYPE_HEADER_CELL
static final int TYPE_HEADER_CELLThe header cell element (used for reltable/choice table).- See Also:
-
TYPE_HEADER_DESC_CELL
static final int TYPE_HEADER_DESC_CELLThe header description cell element (used for choicetable).- See Also:
-
TYPE_BODY_DESC_CELL
static final int TYPE_BODY_DESC_CELLThe body description cell element (used for choicetable).- See Also:
-