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 Stringalign attribute name.static final StringValue shown when an attribute is not set.static final StringValue for vertical alignment.static final StringValue for horizontal alignment.static final StringValue for horizontal alignment.static final StringColumn separator attribute name.static final StringEmpty icon.static final StringFrame attribute name.static final StringIcon for horizontal align center.static final StringIcon for horizontal align justify.static final StringIcon for horizontal align left.static final StringIcon for horizontal align right.static final StringIcon for colsep = 1 and rowsep = 1.static final StringIcon for colsep = 1.static final StringIcon for frame all/box/border.static final StringIcon for frame bottom/bellow.static final StringIcon for frame lhs.static final StringIcon for frame rhs.static final StringIcon for frame sides/vsides.static final StringIcon for frame top/above.static final StringIcon for frame topbot/hsides.static final StringIcon for row type body.static final StringIcon for row type footer.static final StringIcon for row type header.static final StringIcon for rowsep = 1.static final StringIcon for vertical align bottom.static final StringIcon for vertical align middle.static final StringIcon for vertical align top.static final StringValue for horizontal alignment.static final StringValue for horizontal alignment.static final StringValue for vertical alignment.static final StringValue used to computed the common value of an attribute for multiple elements.static final StringUsed only for values that are not in the possible values list and are set explicitly in the document.static final StringValue for horizontal alignment.static final StringName for row type property.static final StringValue for row type property.static final StringValue for row type property.static final StringValue for row type property.static final StringRow type property name.static final StringRow separator attribute name.static final StringThe title element in a rel-tablestatic final StringValue for vertical alignment.static final StringVertical 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:
-