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
Содержание FRAMEMAKER 6.0
Страница 1: ...MIF Reference Online Manual FrameMaker 6 0 Adobe ...
Страница 15: ...15 ADOBE FRAMEMAKER 6 0 Introduction ...
Страница 142: ...142 ADOBE FRAMEMAKER 6 0 MIF Document Statements update the text inset when changes are made to the original file ...
Страница 159: ...159 ADOBE FRAMEMAKER 6 0 MIF Book File Statements ...
Страница 232: ...232 ADOBE FRAMEMAKER 6 0 MIF Asian Text Processing Statements ...
Страница 252: ...252 ADOBE FRAMEMAKER 6 0 Examples ...
Страница 268: ...268 ADOBE FRAMEMAKER 6 0 MIF Compatibility ...