org.apache.fop.render.rtf.rtflib.rtfdoc

Interface ITableAttributes

Known Implementing Classes:
RtfTableRow

public interface ITableAttributes

Constants for RTF table attribute names
Authors:
unascribed
Boris POUDEROUS
Chris Scott, Westinghouse

Field Summary

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
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[]
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

Field Details

ATTRIB_CELL_PADDING

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

ATTRIB_ROW_PADDING

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

ATTR_CELL_PADDING_BOTTOM

public static final String ATTR_CELL_PADDING_BOTTOM
cell padding, bottom

ATTR_CELL_PADDING_LEFT

public static final String ATTR_CELL_PADDING_LEFT
cell padding, left

ATTR_CELL_PADDING_RIGHT

public static final String ATTR_CELL_PADDING_RIGHT
cell padding, right

ATTR_CELL_PADDING_TOP

public static final String ATTR_CELL_PADDING_TOP
cell padding, top

ATTR_CELL_U_PADDING_BOTTOM

public static final String ATTR_CELL_U_PADDING_BOTTOM
cell padding, bottom

ATTR_CELL_U_PADDING_LEFT

public static final String ATTR_CELL_U_PADDING_LEFT
cell padding, left

ATTR_CELL_U_PADDING_RIGHT

public static final String ATTR_CELL_U_PADDING_RIGHT
cell padding, right

ATTR_CELL_U_PADDING_TOP

public static final String ATTR_CELL_U_PADDING_TOP
cell padding, top

ATTR_CELL_VERT_ALIGN_BOTTOM

public static final String ATTR_CELL_VERT_ALIGN_BOTTOM
cell alignment, bottom

ATTR_CELL_VERT_ALIGN_CENTER

public static final String ATTR_CELL_VERT_ALIGN_CENTER
cell alignment, center

ATTR_CELL_VERT_ALIGN_TOP

public static final String ATTR_CELL_VERT_ALIGN_TOP
cell alignment, top

ATTR_HEADER

public static final String ATTR_HEADER
table row header

ATTR_ROW_LEFT_INDENT

public static final String ATTR_ROW_LEFT_INDENT
Position of the leftmost edge of the table with respect to the left edge of its column

ATTR_ROW_PADDING_BOTTOM

public static final String ATTR_ROW_PADDING_BOTTOM
table row padding, bottom

ATTR_ROW_PADDING_LEFT

public static final String ATTR_ROW_PADDING_LEFT
table row padding, left

ATTR_ROW_PADDING_RIGHT

public static final String ATTR_ROW_PADDING_RIGHT
table row padding, right

ATTR_ROW_PADDING_TOP

public static final String ATTR_ROW_PADDING_TOP
table row padding, top

ATTR_ROW_U_PADDING_BOTTOM

public static final String ATTR_ROW_U_PADDING_BOTTOM
table row padding, bottom

ATTR_ROW_U_PADDING_LEFT

public static final String ATTR_ROW_U_PADDING_LEFT
table row padding, left

ATTR_ROW_U_PADDING_RIGHT

public static final String ATTR_ROW_U_PADDING_RIGHT
table row padding, right

ATTR_ROW_U_PADDING_TOP

public static final String ATTR_ROW_U_PADDING_TOP
table row padding, top

ATTR_RTF_15_TRGAPH

public static final String ATTR_RTF_15_TRGAPH
half the space between the cells of a table row in twips

CELL_BORDER

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

CELL_BORDER_BOTTOM

public static final String CELL_BORDER_BOTTOM
cell border, bottom

CELL_BORDER_LEFT

public static final String CELL_BORDER_LEFT
cell border, left

CELL_BORDER_RIGHT

public static final String CELL_BORDER_RIGHT
cell border, right

CELL_BORDER_TOP

public static final String CELL_BORDER_TOP
cell border, top

CELL_COLOR

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

CELL_COLOR_BACKGROUND

public static final String CELL_COLOR_BACKGROUND
cell background color, a unit-based attribute

CELL_COLOR_FOREGROUND

public static final String CELL_COLOR_FOREGROUND
cell foreground color, a unit-based attribute

CELL_SHADE

public static final String CELL_SHADE
cell shading, a unit-based attribute

CELL_VERT_ALIGN

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

COLUMN_SPAN

public static final String COLUMN_SPAN
to process column spanning

ROW_BORDER

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

ROW_BORDER_BOTTOM

public static final String ROW_BORDER_BOTTOM
row border, bottom

ROW_BORDER_HORIZONTAL

public static final String ROW_BORDER_HORIZONTAL
row border, horizontal

ROW_BORDER_LEFT

public static final String ROW_BORDER_LEFT
row border, left

ROW_BORDER_RIGHT

public static final String ROW_BORDER_RIGHT
row border, right

ROW_BORDER_TOP

public static final String ROW_BORDER_TOP
row border, top

ROW_BORDER_VERTICAL

public static final String ROW_BORDER_VERTICAL
row border, vertical

ROW_HEIGHT

public static final String ROW_HEIGHT
Height of a table row in twips

ROW_KEEP_TOGETHER

public static final String ROW_KEEP_TOGETHER
row attribute, keep-together

ROW_KEEP_WITH_NEXT

public static final String ROW_KEEP_WITH_NEXT
This control word is nonexistent in RTF, used to simulate the FO:keep-with-next attribute.

ROW_KEEP_WITH_PREVIOUS

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

ROW_SPAN

public static final String ROW_SPAN
to process row spanning

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.