Interface SimpleTableConstants
- All Known Implementing Classes:
DeleteColumnOperation
,DeleteRowOperation
,DITASimpleTableDocumentTypeHelper
,InsertColumnOperation
,InsertRowOperation
,InsertSingleColumnOperation
,InsertSingleRowOperation
,JoinRowCellsOperation
@API(type=INTERNAL,
src=PUBLIC)
public interface SimpleTableConstants
Provides elements and attributes information used in DITA simple table model.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The name of the identifier attribute.static final String
The name of element that defines a choicetable description cell.static final String
The name of element that defines a choicetable header description cell.static final String
The name of the choicetable element.static final String
The name of element that defines a choicetable option cell.static final String
The name of element that defines a choicetable header option cell.static final String
The name of element that defines a simpletable cell.static final String
The name of element that defines the header of a choicetable.static final String
The name of element that defines the header of a properties table.static final String
The name of element that defines the header of a simpletable.static final String
The name of element that defines the property description cell.static final String
The name of element that defines the header property description cell.static final String
The name of the properties element.static final String
The name of element that defines the property type cell.static final String
The name of element that defines the header property type cell.static final String
The name of element that defines the property value cell.static final String
The name of element that defines the header property value cell.static final String
The name of element that defines a choicetable row.static final String
The name of element that defines a property row.static final String
The name of element that defines a simpletable row.static final String
The name of the simpletable element.
-
Field Details
-
ELEMENT_NAME_SIMPLETABLE
The name of the simpletable element. The value issimpletable
.- See Also:
-
ELEMENT_NAME_HEADER_SIMPLETABLE
The name of element that defines the header of a simpletable. The value issthead
.- See Also:
-
ELEMENT_NAME_ROW_SIMPLETABLE
The name of element that defines a simpletable row. The value isstrow
.- See Also:
-
ELEMENT_NAME_ENTRY_SIMPLETABLE
The name of element that defines a simpletable cell. The value isstentry
.- See Also:
-
ELEMENT_NAME_CHOICETABLE
The name of the choicetable element. The value ischoicetable
.- See Also:
-
ELEMENT_NAME_HEADER_CHOICETABLE
The name of element that defines the header of a choicetable. The value ischhead
.- See Also:
-
ELEMENT_NAME_ROW_CHOICETABLE
The name of element that defines a choicetable row. The value ischrow
.- See Also:
-
ELEMENT_NAME_CHOPTIONHD_CHOICETABLE
The name of element that defines a choicetable header option cell. The value ischoptionhd
.- See Also:
-
ELEMENT_NAME_CHDESCHD_CHOICETABLE
The name of element that defines a choicetable header description cell. The value ischdeschd
.- See Also:
-
ELEMENT_NAME_CHDESC_CHOICETABLE
The name of element that defines a choicetable description cell. The value ischdesc
.- See Also:
-
ELEMENT_NAME_CHOPTION_CHOICETABLE
The name of element that defines a choicetable option cell. The value ischoption
.- See Also:
-
ELEMENT_NAME_PROPERTIES
The name of the properties element. The value isproperties
.- See Also:
-
ELEMENT_NAME_HEADER_PROPERTIES
The name of element that defines the header of a properties table. The value isprophead
.- See Also:
-
ELEMENT_NAME_ROW_PROPERTIES
The name of element that defines a property row. The value isproperty
.- See Also:
-
ELEMENT_NAME_PROPTYPEHD_PROPERTIES
The name of element that defines the header property type cell. The value isproptypehd
.- See Also:
-
ELEMENT_NAME_PROPVALUEHD_PROPERTIES
The name of element that defines the header property value cell. The value ispropvaluehd
.- See Also:
-
ELEMENT_NAME_PROPDESCHD_PROPERTIES
The name of element that defines the header property description cell. The value ispropdeschd
.- See Also:
-
ELEMENT_NAME_PROPTYPE_PROPERTIES
The name of element that defines the property type cell. The value isproptype
.- See Also:
-
ELEMENT_NAME_PROPVALUE_PROPERTIES
The name of element that defines the property value cell. The value ispropvalue
.- See Also:
-
ELEMENT_NAME_PROPDESC_PROPERTIES
The name of element that defines the property description cell. The value ispropdesc
.- See Also:
-
ATTRIBUTE_NAME_ID
The name of the identifier attribute. The value isid
.- See Also:
-