Adobe framemaker 6.0 User Manual

Page of 323
134
ADOBE FRAMEMAKER 6.0
MIF Document Statements
Syntax
Usage
By default, a paragraph uses the current Pgf settings (the same settings as its predecessor). Optional PgfTag 
and Pgf statements reset the current format. If there is a PgfTag statement, the MIF interpreter searches the 
document’s Paragraph Catalog for a Pgf definition with the same tag. If the tag exists, then the Paragraph 
Catalog’s Pgf definition is used. If no definition is found in the catalog, the Pgf definition of the previous 
paragraph is used; however, its tag string is reset to the tag in the PgfTag statement. 
ParaLine statement
The ParaLine statement defines a line within a paragraph. It must appear in a Para statement.
<Para
<Unique ID>
ID, persistent across sessions, assigned when a FrameMaker product 
generates a MIF file; used by the FDK client and should not be used 
by filters
<PgfTag tagstring>
Applies format from Paragraph Catalog
<Pgf…>
Sets current paragraph format (see page 73)
<PgfNumString string>
Paragraph number (contains the actual string)
<PgfEndCond boolean>
Used only for hidden conditional text; Yes indicates this is the last 
paragraph in the current block of conditional text in the HIDDEN text 
flow (see page 54)
<PgfCondFullPgf boolean>
Used only for hidden conditional text; Yes indicates paragraph con-
tains end of current block of hidden text and current block ends with 
a paragraph symbol
<ParaLine…>
>
End of Para statement