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 intThe body element.static final intThe body description cell element (used for choicetable).static final intThe cell element.static final intThe cell element.static final intThe footer element.static final intThe group element.static final intThe header element.static final intThe header cell element (used for reltable/choice table).static final intThe header description cell element (used for choicetable).static final intThe row element.static final intThe 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:
-