Adobe framemaker 6.0 User Manual

Page of 323
148
ADOBE FRAMEMAKER 6.0
MIF Document Statements
Usage
When imported text is converted to a tabular format, each paragraph can be converted into either a cell or 
a row of cells:
If each paragraph is converted to a table cell, the TiTblIsByRow substatement is set to No. The number 
of columns in the table is specified by the TiTblNumCols substatement.
If each paragraph is converted to a row of cells, the TiTblIsByRow substatement is set to Yes. The 
character used in the imported text to delimit the contents of each cell is specified by the TiTblSep 
substatement, and the number of these characters used as a single divider is specified by the TiTblNumSep 
substatement.
For example, if the imported text uses a single tab character to distinguish the contents of one table cell 
from the next, the following substatements are used:
<TiTblSep `\t'>
<TiTblNumSep 1>
As another example, if the imported text uses two spaces to distinguish the contents of one table cell from 
the next, the following substatements are used:
<TiTblSep ` '>
<TiTblNumSep 2>
<TiTblIsByRow boolean>
Yes specifies that each paragraph in the imported text is converted to 
a row of table cells; No specifies that each paragraph in the imported 
text is converted to a table cell
<TiTblNumCols num>
If each paragraph is converted to a separate cell, specifies the number 
of columns in the table
<TiTblSep string>
If each paragraph is converted to a row of cells, specifies the character 
used to indicate the contents of each cell
<TiTblNumSep num>
If characters are used to indicate the contents of each cell, specifies 
the number of these characters used as a single divider
<TiTblNumHdrRows num>
Specifies the number of heading rows in the table
<TiTblHeadersEmpty boolean>
Yes indicates that the imported text is not inserted in the heading 
rows 
<TiTblTxtEncoding keyword>
Specifies the text encoding for the source file
keyword can be one of:
TiIsoLatin
TiASCII
TiANSI
TiMacASCII
TiJIS
TiShiftJIS
TiEUC
TiBig5
TIEUCCNS
TiGB
TiHZ
TiKorean
>
End of TiTextTable statement