Interface TablePropertiesConstants
- All Superinterfaces:
TableHelperConstants
- All Known Subinterfaces:
TablePropertiesHelper
- All Known Implementing Classes:
ChoiceTableHelper
,DITACALSTableHelper
,Docbook5CALSTableHelper
,Docbook5HTMLTableHelper
,DocbookCALSTableHelper
,DocbookHTMLTableHelper
,RelTablePropertiesHelper
,SimpleTableHelper
,TablePropertiesHelperBase
@API(type=INTERNAL,
src=PUBLIC)
public interface TablePropertiesConstants
extends TableHelperConstants
Interface that contains all constants used in the table properties operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
align attribute name.static final String
Value shown when an attribute is not set.static final String
Value for vertical alignment.static final String
Value for horizontal alignment.static final String
Value for horizontal alignment.static final String
Column separator attribute name.static final String
Empty icon.static final String
Frame attribute name.static final String
Icon for horizontal align center.static final String
Icon for horizontal align justify.static final String
Icon for horizontal align left.static final String
Icon for horizontal align right.static final String
Icon for colsep = 1 and rowsep = 1.static final String
Icon for colsep = 1.static final String
Icon for frame all/box/border.static final String
Icon for frame bottom/bellow.static final String
Icon for frame lhs.static final String
Icon for frame rhs.static final String
Icon for frame sides/vsides.static final String
Icon for frame top/above.static final String
Icon for frame topbot/hsides.static final String
Icon for row type body.static final String
Icon for row type footer.static final String
Icon for row type header.static final String
Icon for rowsep = 1.static final String
Icon for vertical align bottom.static final String
Icon for vertical align middle.static final String
Icon for vertical align top.static final String
Value for horizontal alignment.static final String
Value for horizontal alignment.static final String
Value for vertical alignment.static final String
Value used to computed the common value of an attribute for multiple elements.static final String
Used only for values that are not in the possible values list and are set explicitly in the document.static final String
Value for horizontal alignment.static final String
Name for row type property.static final String
Value for row type property.static final String
Value for row type property.static final String
Value for row type property.static final String
Row type property name.static final String
Row separator attribute name.static final String
The title element in a rel-tablestatic final String
Value for vertical alignment.static final String
Vertical alignment attribute name.Fields inherited from interface ro.sync.ecss.extensions.commons.table.properties.TableHelperConstants
TYPE_BODY, TYPE_BODY_DESC_CELL, TYPE_CELL, TYPE_COLSPEC, TYPE_FOOTER, TYPE_GROUP, TYPE_HEADER, TYPE_HEADER_CELL, TYPE_HEADER_DESC_CELL, TYPE_ROW, TYPE_TABLE
-
Field Details
-
ROW_TYPE
Name for row type property.- See Also:
-
VALIGN
Vertical alignment attribute name.- See Also:
-
ALIGN
align attribute name.- See Also:
-
ROWSEP
Row separator attribute name.- See Also:
-
COLSEP
Column separator attribute name.- See Also:
-
FRAME
Frame attribute name.- See Also:
-
ATTR_NOT_SET
Value shown when an attribute is not set.- See Also:
-
NOT_COMPUTED
Value used to computed the common value of an attribute for multiple elements.- See Also:
-
EMPTY_ICON
Empty icon.- See Also:
-
ICON_ROW_TYPE_HEADER
Icon for row type header.- See Also:
-
ICON_ROW_TYPE_BODY
Icon for row type body.- See Also:
-
ICON_ROW_TYPE_FOOTER
Icon for row type footer.- See Also:
-
ICON_ALIGN_LEFT
Icon for horizontal align left.- See Also:
-
ICON_ALIGN_RIGHT
Icon for horizontal align right.- See Also:
-
ICON_ALIGN_CENTER
Icon for horizontal align center.- See Also:
-
ICON_ALIGN_JUSTIFY
Icon for horizontal align justify.- See Also:
-
ICON_COLSEP
Icon for colsep = 1.- See Also:
-
ICON_ROWSEP
Icon for rowsep = 1.- See Also:
-
ICON_COL_ROW_SEP
Icon for colsep = 1 and rowsep = 1.- See Also:
-
ICON_VALIGN_TOP
Icon for vertical align top.- See Also:
-
ICON_VALIGN_BOTTOM
Icon for vertical align bottom.- See Also:
-
ICON_VALIGN_MIDDLE
Icon for vertical align middle.- See Also:
-
ICON_FRAME_ALL
Icon for frame all/box/border.- See Also:
-
ICON_FRAME_TOP
Icon for frame top/above.- See Also:
-
ICON_FRAME_TOPBOT
Icon for frame topbot/hsides.- See Also:
-
ICON_FRAME_BOTTOM
Icon for frame bottom/bellow.- See Also:
-
ICON_FRAME_SIDES
Icon for frame sides/vsides.- See Also:
-
ICON_FRAME_LHS
Icon for frame lhs.- See Also:
-
ICON_FRAME_RHS
Icon for frame rhs.- See Also:
-
LEFT
Value for horizontal alignment.- See Also:
-
RIGHT
Value for horizontal alignment.- See Also:
-
CENTER
Value for horizontal alignment.- See Also:
-
JUSTIFY
Value for horizontal alignment.- See Also:
-
CHAR
Value for horizontal alignment.- See Also:
-
TOP
Value for vertical alignment.- See Also:
-
BOTTOM
Value for vertical alignment.- See Also:
-
MIDDLE
Value for vertical alignment.- See Also:
-
PRESERVE
Used only for values that are not in the possible values list and are set explicitly in the document.- See Also:
-
TITLE_ELEMENT
The title element in a rel-table- See Also:
-
ROW_TYPE_BODY
Value for row type property.- See Also:
-
ROW_TYPE_HEADER
Value for row type property.- See Also:
-
ROW_TYPE_FOOTER
Value for row type property.- See Also:
-
ROW_TYPE_PROPERTY
Row type property name.- See Also:
-