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 int
TYPE_BODY
The body element.static int
TYPE_BODY_DESC_CELL
The body description cell element (used for choicetable).static int
TYPE_CELL
The cell element.static int
TYPE_COLSPEC
The cell element.static int
TYPE_FOOTER
The footer element.static int
TYPE_GROUP
The group element.static int
TYPE_HEADER
The header element.static int
TYPE_HEADER_CELL
The header cell element (used for reltable/choice table).static int
TYPE_HEADER_DESC_CELL
The header description cell element (used for choicetable).static int
TYPE_ROW
The row element.static int
TYPE_TABLE
The table element.
-
-
-
Field Detail
-
TYPE_ROW
static final int TYPE_ROW
The row element.- See Also:
- Constant Field Values
-
TYPE_BODY
static final int TYPE_BODY
The body element.- See Also:
- Constant Field Values
-
TYPE_HEADER
static final int TYPE_HEADER
The header element.- See Also:
- Constant Field Values
-
TYPE_FOOTER
static final int TYPE_FOOTER
The footer element.- See Also:
- Constant Field Values
-
TYPE_GROUP
static final int TYPE_GROUP
The group element.- See Also:
- Constant Field Values
-
TYPE_TABLE
static final int TYPE_TABLE
The table element.- See Also:
- Constant Field Values
-
TYPE_CELL
static final int TYPE_CELL
The cell element.- See Also:
- Constant Field Values
-
TYPE_COLSPEC
static final int TYPE_COLSPEC
The cell element.- See Also:
- Constant Field Values
-
TYPE_HEADER_CELL
static final int TYPE_HEADER_CELL
The header cell element (used for reltable/choice table).- See Also:
- Constant Field Values
-
TYPE_HEADER_DESC_CELL
static final int TYPE_HEADER_DESC_CELL
The header description cell element (used for choicetable).- See Also:
- Constant Field Values
-
TYPE_BODY_DESC_CELL
static final int TYPE_BODY_DESC_CELL
The body description cell element (used for choicetable).- See Also:
- Constant Field Values
-
-