Adobe framemaker 6.0 User Manual

Page of 323
39
ADOBE FRAMEMAKER 6.0
 Using MIF Statements
<TblXFill
15>
# No fill for alternate rows.
<TblXColor `Black'>
# Color for alternate rows.
<TblAltShadePeriod
1>
<TblLRuling `Thin'>
# Use thin left outside rule.
<TblBRuling `Thin'>
# Use thin bottom outside rule.
<TblRRuling `Thin'>
# Use thin right outside rule.
<TblTRuling `Medium'>
# Use medium top outside rule.
<TblColumnRuling `Thin'>
# Use thin rules between columns.
<TblXColumnRuling `Thin'>
<TblBodyRowRuling `Thin'>
# Use thin rules between rows.
<TblXRowRuling `Thin'>
<TblHFRowRuling `'>
# No rules between heading rows.
<TblSeparatorRuling `Medium'> # Use medium rule after heading row.
<TblXColumnNum
1>
<TblRulingPeriod
4>
<TblLastBRuling No >
<TblTitlePlacement InHeader>
# Place title above table.
<TblTitlePgf1
# Paragraph format for first
<PgfTag `TableTitle'>
# paragraph in title.
> # end of TblTitlePgf1
<TblTitleGap
6.0 pt>
# Gap between title and table.
<TblInitNumColumns
2>
# Initial number of rows and
<TblInitNumHRows
1>
# columns for new tables with
<TblInitNumBodyRows
4>
# this format.
<TblInitNumFRows
0>
<TblNumByColumn No >
> # end of TblFormat
The TblColumn statement numbers each column and sets its width. A table can have more columns than 
TblColumn statements; if a column does not have a specified format, the MIF interpreter uses the format 
of the most recently defined column.
A table instance must have at least one TblColumn statement. A table can use a format from the Table Catalog 
that includes a TblColumn statement or it can include a local TblFormat statement that supplies the 
TblColumn statement.
Adding a Table Catalog
You can store table formats in a Table Catalog by using a TblCatalog statement. A document can have only 
one TblCatalog statement, which must occur before the Tbls statement. 
The TblCatalog statement contains one TblFormat statement for each format, as shown in the following 
template:
<TblCatalog
<TblFormat
>
<TblFormat
>
> # end of TblCatalog