Table Suite
502
bottom padding
Returns or sets the amount of space (in points) to add below the contents of a single cell or all
the cells in a table. Read/write.
The setting of the bottom padding property for a single cell overrides the setting of the bottom
padding property for the entire table.
column
Returns a
column
object that represents the table column containing the specified cell. Read-
only.
column index
Returns the number of the table column that contains the specified cell. Read-only.
fit text
True if Word visually reduces the size of text typed into a cell so that it fits within the column
width. Read/write.
If the fit text property is set to true, the font size of the text is not changed, but the visual width
of the characters is adjusted to fit all of the typed text into the cell.
height
Returns or sets the height of the specified cell or cells in a table. If the height rule property of the
specified row is row height auto, height returns 9.999999E+6; setting the height property sets
the height rule property to row height at least. Read/write.
height rule
Returns or sets the rule for determining the height of the specified cells or rows. Read/write.
Can be one of the following:
·
row height at least
·
row height auto
·
row height exactly
left padding
Returns or sets the amount of space (in points) to add to the left of the contents of a single cell
or all the cells in a table. Read/write.
The setting of the left padding property for a single cell overrides the setting of the left padding
property for the entire table.
nesting level
Returns the nesting level of the specified cells, columns, rows, or tables. Read-only.
The outermost table has a nesting level of 1. The nesting level of each successively nested table
is one higher than the previous table.
next cell
Returns the next cell object. Read-only.