8.0

Table Of Contents
attribute.
KEEPATTRIBUTE (true | false)
"false">
Not applicable.
Specifies whether
an inserted row or
column should
adopt the same
attributes as the
BASEINDEX
cell.
Not applicable.
<!ELEMENT DELETECELLS
EMPTY>
Not applicable.
Deletes cells from
an existing table.
Not applicable.
<!ATTLIST DELETECELLS
TYPE (ROW | COLUMN |
HEADER | FOOTER)
#REQUIRED
Not applicable.
Specifies whether
to delete rows,
columns, headers,
or footers.
Not applicable.
BASEINDEX CDATA
#REQUIRED
Not applicable.
Specifies the index
number of the first
cell to be deleted.
Not applicable.
DELETECOUNT CDATA
#REQUIRED>
Not applicable.
Specifies how
many cells to
delete.
Not applicable.
<!ELEMENT COLSPEC
(COLUMN+)>
Describes the
columns in a
table.
Note: If the
COLSPEC
element is missing
for a table, then
the table is
created using
columns of equal
width, based on
the number of
columns in the
row with the most
columns.
Describes the
columns in a
table.
Note: If the
COLSPEC
element is missing
for a new table,
then the table is
created using
columns of equal
width, based on
the number of
columns in the
row with the most
columns.
Describes the
columns in a table.
<!ELEMENT COLUMN (LINE*)>
Describes a
column in a table.
Describes a
column in a table.
Describes a
column in a table.
<!ATTLIST COLUMN
COLUMNCOUNT CDATA
#REQUIRED
Specifies the
index position of a
column beginning
from the left. For
example,
COLUMNCOU
NT = 1 indicates
the first column
from the left, and
COLUMNCOU
NT = 2 indicates
Specifies the index
position of a
column beginning
from the left. For
example,
COLUMNCOU
NT = 1 indicates
the first column
from the left, and
COLUMNCOU
NT = 2 indicates
Specifies the
index position of a
column beginning
from the left. For
example,
COLUMNCOU
NT = 1 indicates
the first column
from the left, and
COLUMNCOU
NT = 2 indicates
Page 283