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 Details

    • COLUMN_SPAN

      static final String COLUMN_SPAN
      to process column spanning
      See Also:
    • ROW_SPAN

      static final String ROW_SPAN
      to process row spanning
      See Also:
    • ATTR_RTF_15_TRGAPH

      static final String ATTR_RTF_15_TRGAPH
      half the space between the cells of a table row in twips
      See Also:
    • ATTR_ROW_LEFT_INDENT

      static final String 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

      static final String ATTR_HEADER
      table row header
      See Also:
    • ATTR_ROW_PADDING_TOP

      static final String ATTR_ROW_PADDING_TOP
      table row padding, top
      See Also:
    • ATTR_ROW_PADDING_BOTTOM

      static final String ATTR_ROW_PADDING_BOTTOM
      table row padding, bottom
      See Also:
    • ATTR_ROW_PADDING_LEFT

      static final String ATTR_ROW_PADDING_LEFT
      table row padding, left
      See Also:
    • ATTR_ROW_PADDING_RIGHT

      static final String ATTR_ROW_PADDING_RIGHT
      table row padding, right
      See Also:
    • ATTR_ROW_U_PADDING_TOP

      static final String ATTR_ROW_U_PADDING_TOP
      table row padding, top
      See Also:
    • ATTR_ROW_U_PADDING_BOTTOM

      static final String ATTR_ROW_U_PADDING_BOTTOM
      table row padding, bottom
      See Also:
    • ATTR_ROW_U_PADDING_LEFT

      static final String ATTR_ROW_U_PADDING_LEFT
      table row padding, left
      See Also:
    • ATTR_ROW_U_PADDING_RIGHT

      static final String ATTR_ROW_U_PADDING_RIGHT
      table row padding, right
      See Also:
    • ATTRIB_ROW_PADDING

      static final String[] ATTRIB_ROW_PADDING
      List of ALL ROW PADDING attributes, used to select them when writing attributes
    • ATTR_CELL_PADDING_TOP

      static final String ATTR_CELL_PADDING_TOP
      cell padding, top
      See Also:
    • ATTR_CELL_PADDING_BOTTOM

      static final String ATTR_CELL_PADDING_BOTTOM
      cell padding, bottom
      See Also:
    • ATTR_CELL_PADDING_LEFT

      static final String ATTR_CELL_PADDING_LEFT
      cell padding, left
      See Also:
    • ATTR_CELL_PADDING_RIGHT

      static final String ATTR_CELL_PADDING_RIGHT
      cell padding, right
      See Also:
    • ATTR_CELL_U_PADDING_TOP

      static final String ATTR_CELL_U_PADDING_TOP
      cell padding, top
      See Also:
    • ATTR_CELL_U_PADDING_BOTTOM

      static final String ATTR_CELL_U_PADDING_BOTTOM
      cell padding, bottom
      See Also:
    • ATTR_CELL_U_PADDING_LEFT

      static final String ATTR_CELL_U_PADDING_LEFT
      cell padding, left
      See Also:
    • ATTR_CELL_U_PADDING_RIGHT

      static final String ATTR_CELL_U_PADDING_RIGHT
      cell padding, right
      See Also:
    • CELL_BORDER_TOP

      static final String CELL_BORDER_TOP
      cell border, top
      See Also:
    • CELL_BORDER_BOTTOM

      static final String CELL_BORDER_BOTTOM
      cell border, bottom
      See Also:
    • CELL_BORDER_LEFT

      static final String CELL_BORDER_LEFT
      cell border, left
      See Also:
    • CELL_BORDER_RIGHT

      static final String CELL_BORDER_RIGHT
      cell border, right
      See Also:
    • ATTR_CELL_VERT_ALIGN_TOP

      static final String ATTR_CELL_VERT_ALIGN_TOP
      cell alignment, top
      See Also:
    • ATTR_CELL_VERT_ALIGN_CENTER

      static final String ATTR_CELL_VERT_ALIGN_CENTER
      cell alignment, center
      See Also:
    • ATTR_CELL_VERT_ALIGN_BOTTOM

      static final String ATTR_CELL_VERT_ALIGN_BOTTOM
      cell alignment, bottom
      See Also:
    • ROW_BORDER_TOP

      static final String ROW_BORDER_TOP
      row border, top
      See Also:
    • ROW_BORDER_BOTTOM

      static final String ROW_BORDER_BOTTOM
      row border, bottom
      See Also:
    • ROW_BORDER_LEFT

      static final String ROW_BORDER_LEFT
      row border, left
      See Also:
    • ROW_BORDER_RIGHT

      static final String ROW_BORDER_RIGHT
      row border, right
      See Also:
    • ROW_BORDER_HORIZONTAL

      static final String ROW_BORDER_HORIZONTAL
      row border, horizontal
      See Also:
    • ROW_BORDER_VERTICAL

      static final String ROW_BORDER_VERTICAL
      row border, vertical
      See Also:
    • ROW_KEEP_TOGETHER

      static final String ROW_KEEP_TOGETHER
      row attribute, keep-together
      See Also:
    • ROW_HEIGHT

      static final String ROW_HEIGHT
      Height of a table row in twips
      See Also:
    • ROW_KEEP_WITH_NEXT

      static final String 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

      static final String ROW_KEEP_WITH_PREVIOUS
      This control word is nonexistent in RTF, used to simulate the FO:keep-with-previous attribute.
      See Also:
    • CELL_SHADE

      static final String CELL_SHADE
      cell shading, a unit-based attribute
      See Also:
    • CELL_COLOR_BACKGROUND

      static final String CELL_COLOR_BACKGROUND
      cell background color, a unit-based attribute
      See Also:
    • CELL_COLOR_FOREGROUND

      static final String CELL_COLOR_FOREGROUND
      cell foreground color, a unit-based attribute
      See Also:
    • ATTRIB_CELL_PADDING

      static final String[] ATTRIB_CELL_PADDING
      List of ALL CELL PADDING attributes, used to select them when writing attributes
    • CELL_BORDER

      static final String[] CELL_BORDER
      List of ALL CELL BORDER attributes, used to select them when writing attributes
    • ROW_BORDER

      static final String[] ROW_BORDER
      List of ALL ROW BORDER attributes, used to select them when writing attributes
    • CELL_COLOR

      static final String[] CELL_COLOR
      List of ALL CELL SHADING AND COLOR attributes, used to select them when writing attributes
    • CELL_VERT_ALIGN

      static final String[] CELL_VERT_ALIGN
      List of ALL vertical alignment attributes, used to select them when writing attributes