Adobe FRAMEMAKER 6.0 Manual page 148

Mif reference
Table of Contents

Advertisement

<TiTblIsByRow boolean>
<TiTblNumCols num>
<TiTblSep string>
<TiTblNumSep num>
<TiTblNumHdrRows num>
<TiTblHeadersEmpty boolean>
<TiTblTxtEncoding keyword>
>
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>
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
If each paragraph is converted to a separate cell, specifies the number
of columns in the table
If each paragraph is converted to a row of cells, specifies the character
used to indicate the contents of each cell
If characters are used to indicate the contents of each cell, specifies
the number of these characters used as a single divider
Specifies the number of heading rows in the table
Yes indicates that the imported text is not inserted in the heading
rows
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
ADOBE FRAMEMAKER 6.0
148
MIF Document Statements

Advertisement

Table of Contents
loading

Table of Contents