public interface ITableAttributes
Constants for RTF table attribute names.
This work was authored by Boris Pouderous and Chris Scott.
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_CELL_PADDING_BOTTOM
cell padding, bottom
|
static String |
ATTR_CELL_PADDING_LEFT
cell padding, left
|
static String |
ATTR_CELL_PADDING_RIGHT
cell padding, right
|
static String |
ATTR_CELL_PADDING_TOP
cell padding, top
|
static String |
ATTR_CELL_U_PADDING_BOTTOM
cell padding, bottom
|
static String |
ATTR_CELL_U_PADDING_LEFT
cell padding, left
|
static String |
ATTR_CELL_U_PADDING_RIGHT
cell padding, right
|
static String |
ATTR_CELL_U_PADDING_TOP
cell padding, top
|
static String |
ATTR_CELL_VERT_ALIGN_BOTTOM
cell alignment, bottom
|
static String |
ATTR_CELL_VERT_ALIGN_CENTER
cell alignment, center
|
static String |
ATTR_CELL_VERT_ALIGN_TOP
cell alignment, top
|
static String |
ATTR_HEADER
table row header
|
static String |
ATTR_ROW_LEFT_INDENT
Position of the leftmost edge of the table with respect to the
left edge of its column
|
static String |
ATTR_ROW_PADDING_BOTTOM
table row padding, bottom
|
static String |
ATTR_ROW_PADDING_LEFT
table row padding, left
|
static String |
ATTR_ROW_PADDING_RIGHT
table row padding, right
|
static String |
ATTR_ROW_PADDING_TOP
table row padding, top
|
static String |
ATTR_ROW_U_PADDING_BOTTOM
table row padding, bottom
|
static String |
ATTR_ROW_U_PADDING_LEFT
table row padding, left
|
static String |
ATTR_ROW_U_PADDING_RIGHT
table row padding, right
|
static String |
ATTR_ROW_U_PADDING_TOP
table row padding, top
|
static String |
ATTR_RTF_15_TRGAPH
half the space between the cells of a table row in twips
|
static String[] |
ATTRIB_CELL_PADDING
List of ALL CELL PADDING attributes, used to select them when writing
attributes
|
static String[] |
ATTRIB_ROW_PADDING
List of ALL ROW PADDING attributes, used to select them when writing
attributes
|
static String[] |
CELL_BORDER
List of ALL CELL BORDER attributes, used to select them when writing
attributes
|
static String |
CELL_BORDER_BOTTOM
cell border, bottom
|
static String |
CELL_BORDER_LEFT
cell border, left
|
static String |
CELL_BORDER_RIGHT
cell border, right
|
static String |
CELL_BORDER_TOP
cell border, top
|
static String[] |
CELL_COLOR
List of ALL CELL SHADING AND COLOR attributes, used to select them when
writing attributes
|
static String |
CELL_COLOR_BACKGROUND
cell background color, a unit-based attribute
|
static String |
CELL_COLOR_FOREGROUND
cell foreground color, a unit-based attribute
|
static String |
CELL_SHADE
cell shading, a unit-based attribute
|
static String[] |
CELL_VERT_ALIGN
List of ALL vertical alignment attributes, used to select them when writing
attributes
|
static String |
COLUMN_SPAN
to process column spanning
|
static String[] |
ROW_BORDER
List of ALL ROW BORDER attributes, used to select them when writing
attributes
|
static String |
ROW_BORDER_BOTTOM
row border, bottom
|
static String |
ROW_BORDER_HORIZONTAL
row border, horizontal
|
static String |
ROW_BORDER_LEFT
row border, left
|
static String |
ROW_BORDER_RIGHT
row border, right
|
static String |
ROW_BORDER_TOP
row border, top
|
static String |
ROW_BORDER_VERTICAL
row border, vertical
|
static String |
ROW_HEIGHT
Height of a table row in twips
|
static String |
ROW_KEEP_TOGETHER
row attribute, keep-together
|
static String |
ROW_KEEP_WITH_NEXT
This control word is nonexistent in RTF, used to simulate the
FO:keep-with-next attribute.
|
static String |
ROW_KEEP_WITH_PREVIOUS
This control word is nonexistent in RTF, used to simulate the
FO:keep-with-previous attribute.
|
static String |
ROW_SPAN
to process row spanning
|
static final String COLUMN_SPAN
static final String ROW_SPAN
static final String ATTR_RTF_15_TRGAPH
static final String ATTR_ROW_LEFT_INDENT
static final String ATTR_HEADER
static final String ATTR_ROW_PADDING_TOP
static final String ATTR_ROW_PADDING_BOTTOM
static final String ATTR_ROW_PADDING_LEFT
static final String ATTR_ROW_PADDING_RIGHT
static final String ATTR_ROW_U_PADDING_TOP
static final String ATTR_ROW_U_PADDING_BOTTOM
static final String ATTR_ROW_U_PADDING_LEFT
static final String ATTR_ROW_U_PADDING_RIGHT
static final String[] ATTRIB_ROW_PADDING
static final String ATTR_CELL_PADDING_TOP
static final String ATTR_CELL_PADDING_BOTTOM
static final String ATTR_CELL_PADDING_LEFT
static final String ATTR_CELL_PADDING_RIGHT
static final String ATTR_CELL_U_PADDING_TOP
static final String ATTR_CELL_U_PADDING_BOTTOM
static final String ATTR_CELL_U_PADDING_LEFT
static final String ATTR_CELL_U_PADDING_RIGHT
static final String CELL_BORDER_TOP
static final String CELL_BORDER_BOTTOM
static final String CELL_BORDER_LEFT
static final String CELL_BORDER_RIGHT
static final String ATTR_CELL_VERT_ALIGN_TOP
static final String ATTR_CELL_VERT_ALIGN_CENTER
static final String ATTR_CELL_VERT_ALIGN_BOTTOM
static final String ROW_BORDER_TOP
static final String ROW_BORDER_BOTTOM
static final String ROW_BORDER_LEFT
static final String ROW_BORDER_RIGHT
static final String ROW_BORDER_HORIZONTAL
static final String ROW_BORDER_VERTICAL
static final String ROW_KEEP_TOGETHER
static final String ROW_HEIGHT
static final String ROW_KEEP_WITH_NEXT
static final String ROW_KEEP_WITH_PREVIOUS
static final String CELL_SHADE
static final String CELL_COLOR_BACKGROUND
static final String CELL_COLOR_FOREGROUND
static final String[] ATTRIB_CELL_PADDING
static final String[] CELL_BORDER
static final String[] ROW_BORDER
static final String[] CELL_COLOR
static final String[] CELL_VERT_ALIGN
Copyright © 2025 Apache Software Foundation. All rights reserved.