Adobe framemaker 6.0 User Manual

Page of 323
132
ADOBE FRAMEMAKER 6.0
MIF Document Statements
Text flows 
Text flows contain the actual text of a FrameMaker document. In a MIF file, text flows are contained in 
TextFlow statements. Typically, the TextFlow statement consists of a list of embedded Para statements that 
contain paragraphs, special characters, table and graphic frame anchors, and graphic objects.
When the MIF interpreter encounters the first TextFlow statement, it sets up a default text flow 
environment. The default environment consists of the current text frame, current paragraph properties, 
and current font properties. The TextFlow statement can override all of these defaults. 
TextFlow statement
The TextFlow statement defines a text flow. It can appear at the top level or in a TextRect statement. It must 
appear after all other main statements in the file.
Syntax
Usage
Most MIF generators will put all document text in one TextFlow statement. However, 
if there are subsequent TextFlow statements, the interpreter assumes they have 
the same settings (current paragraph format, current font, and so forth) as the previous 
text flow. 
<TextFlow
<TFTag tagstring>
Text flow tag name
<TFAutoConnect boolean>
Yes adds text frames as needed to extend flows
<TFPostScript boolean>
Yes identifies text in the flow as printer code
<TFFeather boolean>
Yes adjusts vertical space in column so that last line of text lies against 
the bottom of the column
<TFSynchronized boolean>
Yes aligns baselines of text in adjacent columns
<TFLineSpacing dimension>
Line spacing for synchronized baselines
<TFMinHangHeight dimension>
Maximum character height for synchronization of first line in column; 
if characters exceed this height, a FrameMaker product doesn’t syn-
chronize the first line
<TFSideheads boolean>
Yes means text flow contains side heads
<TFMaxInterLine dimension>
Maximum interline spacing
<TFMaxInterPgf dimension>
Maximum interparagraph spacing
<Notes…>
Defines a footnote (see “Notes statement,” next)
<Para…>
Defines a paragraph (see “Para statement” on page 133)
>
End of TextFlow statement