Interface ITableAttributes
- All Known Implementing Classes:
RtfTableRow
public interface ITableAttributes
Constants for RTF table attribute names.
This work was authored by Boris Pouderous and Chris Scott.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringcell padding, bottomstatic final Stringcell padding, leftstatic final Stringcell padding, rightstatic final Stringcell padding, topstatic final Stringcell padding, bottomstatic final Stringcell padding, leftstatic final Stringcell padding, rightstatic final Stringcell padding, topstatic final Stringcell alignment, bottomstatic final Stringcell alignment, centerstatic final Stringcell alignment, topstatic final Stringtable row headerstatic final StringPosition of the leftmost edge of the table with respect to the left edge of its columnstatic final Stringtable row padding, bottomstatic final Stringtable row padding, leftstatic final Stringtable row padding, rightstatic final Stringtable row padding, topstatic final Stringtable row padding, bottomstatic final Stringtable row padding, leftstatic final Stringtable row padding, rightstatic final Stringtable row padding, topstatic final Stringhalf the space between the cells of a table row in twipsstatic final String[]List of ALL CELL PADDING attributes, used to select them when writing attributesstatic final String[]List of ALL ROW PADDING attributes, used to select them when writing attributesstatic final String[]List of ALL CELL BORDER attributes, used to select them when writing attributesstatic final Stringcell border, bottomstatic final Stringcell border, leftstatic final Stringcell border, rightstatic final Stringcell border, topstatic final String[]List of ALL CELL SHADING AND COLOR attributes, used to select them when writing attributesstatic final Stringcell background color, a unit-based attributestatic final Stringcell foreground color, a unit-based attributestatic final Stringcell shading, a unit-based attributestatic final String[]List of ALL vertical alignment attributes, used to select them when writing attributesstatic final Stringto process column spanningstatic final String[]List of ALL ROW BORDER attributes, used to select them when writing attributesstatic final Stringrow border, bottomstatic final Stringrow border, horizontalstatic final Stringrow border, leftstatic final Stringrow border, rightstatic final Stringrow border, topstatic final Stringrow border, verticalstatic final StringHeight of a table row in twipsstatic final Stringrow attribute, keep-togetherstatic final StringThis control word is nonexistent in RTF, used to simulate the FO:keep-with-next attribute.static final StringThis control word is nonexistent in RTF, used to simulate the FO:keep-with-previous attribute.static final Stringto process row spanning
-
Field Details
-
COLUMN_SPAN
to process column spanning- See Also:
-
ROW_SPAN
to process row spanning- See Also:
-
ATTR_RTF_15_TRGAPH
half the space between the cells of a table row in twips- See Also:
-
ATTR_ROW_LEFT_INDENT
Position of the leftmost edge of the table with respect to the left edge of its column- See Also:
-
ATTR_HEADER
table row header- See Also:
-
ATTR_ROW_PADDING_TOP
table row padding, top- See Also:
-
ATTR_ROW_PADDING_BOTTOM
table row padding, bottom- See Also:
-
ATTR_ROW_PADDING_LEFT
table row padding, left- See Also:
-
ATTR_ROW_PADDING_RIGHT
table row padding, right- See Also:
-
ATTR_ROW_U_PADDING_TOP
table row padding, top- See Also:
-
ATTR_ROW_U_PADDING_BOTTOM
table row padding, bottom- See Also:
-
ATTR_ROW_U_PADDING_LEFT
table row padding, left- See Also:
-
ATTR_ROW_U_PADDING_RIGHT
table row padding, right- See Also:
-
ATTRIB_ROW_PADDING
List of ALL ROW PADDING attributes, used to select them when writing attributes -
ATTR_CELL_PADDING_TOP
cell padding, top- See Also:
-
ATTR_CELL_PADDING_BOTTOM
cell padding, bottom- See Also:
-
ATTR_CELL_PADDING_LEFT
cell padding, left- See Also:
-
ATTR_CELL_PADDING_RIGHT
cell padding, right- See Also:
-
ATTR_CELL_U_PADDING_TOP
cell padding, top- See Also:
-
ATTR_CELL_U_PADDING_BOTTOM
cell padding, bottom- See Also:
-
ATTR_CELL_U_PADDING_LEFT
cell padding, left- See Also:
-
ATTR_CELL_U_PADDING_RIGHT
cell padding, right- See Also:
-
CELL_BORDER_TOP
cell border, top- See Also:
-
CELL_BORDER_BOTTOM
cell border, bottom- See Also:
-
CELL_BORDER_LEFT
cell border, left- See Also:
-
CELL_BORDER_RIGHT
cell border, right- See Also:
-
ATTR_CELL_VERT_ALIGN_TOP
cell alignment, top- See Also:
-
ATTR_CELL_VERT_ALIGN_CENTER
cell alignment, center- See Also:
-
ATTR_CELL_VERT_ALIGN_BOTTOM
cell alignment, bottom- See Also:
-
ROW_BORDER_TOP
row border, top- See Also:
-
ROW_BORDER_BOTTOM
row border, bottom- See Also:
-
ROW_BORDER_LEFT
row border, left- See Also:
-
ROW_BORDER_RIGHT
row border, right- See Also:
-
ROW_BORDER_HORIZONTAL
row border, horizontal- See Also:
-
ROW_BORDER_VERTICAL
row border, vertical- See Also:
-
ROW_KEEP_TOGETHER
row attribute, keep-together- See Also:
-
ROW_HEIGHT
Height of a table row in twips- See Also:
-
ROW_KEEP_WITH_NEXT
This control word is nonexistent in RTF, used to simulate the FO:keep-with-next attribute.- See Also:
-
ROW_KEEP_WITH_PREVIOUS
This control word is nonexistent in RTF, used to simulate the FO:keep-with-previous attribute.- See Also:
-
CELL_SHADE
cell shading, a unit-based attribute- See Also:
-
CELL_COLOR_BACKGROUND
cell background color, a unit-based attribute- See Also:
-
CELL_COLOR_FOREGROUND
cell foreground color, a unit-based attribute- See Also:
-
ATTRIB_CELL_PADDING
List of ALL CELL PADDING attributes, used to select them when writing attributes -
CELL_BORDER
List of ALL CELL BORDER attributes, used to select them when writing attributes -
ROW_BORDER
List of ALL ROW BORDER attributes, used to select them when writing attributes -
CELL_COLOR
List of ALL CELL SHADING AND COLOR attributes, used to select them when writing attributes -
CELL_VERT_ALIGN
List of ALL vertical alignment attributes, used to select them when writing attributes
-