Adobe framemaker 6.0 User Manual

Page of 323
90
ADOBE FRAMEMAKER 6.0
MIF Document Statements
Usage
The table column statements specify the actual width of the table instance columns. They override the 
column widths specified in the TblFormat statement. 
Row statement
Row statement contains a list of cells. It also includes row properties as needed. The statement must 
appear in a Tbl statement.
Syntax
Usage
Each Row statement contains a Cell statement for each column in the table, even if a straddle hides a cell. 
Extra Cell statements are ignored; too few Cell statements result in empty cells in the rightmost columns 
of the row.
When you rotate a cell to a vertical orientation, the width of unwrapped text affects the height of the row. 
You can use RowMaxHeight and RowMinHeight to protect a row’s height from extremes caused by 
rotating cells containing multiline paragraphs, or to enforce a uniform height for the rows.
A FrameMaker product writes out the RowHeight statement for use by other programs. It is not used by 
the MIF interpreter. Even if the statement is present, the MIF interpreter recalculates the height of each row 
based on the row contents and the RowMinHeight and RowMaxHeight statements.
<Row
<Conditional…>
Specifies conditional row (row is unconditional if the statement is 
omitted) 
<RowWithNext boolean>
Keep with next body row
<RowWithPrev boolean>
Keep with previous body row
<RowMinHeight dimension>
Minimum row height
<RowMaxHeight dimension>
Maximum row height 
<RowHeight dimension>
Row height
<RowPlacement keyword>
Row placement
keyword can be one of:
Anywhere 
ColumnTop
LPageTop
RPageTop
PageTop
<Cell…>
Each Row statement contains one Cell statement for each column 
(see “Cell statement,” next)
<Cell…>
Additional statements as needed
> End 
of 
Row statement