Adobe framemaker 6.0 User Manual

Page of 323
173
ADOBE FRAMEMAKER 6.0
 MIF Statements for Structured Documents and Books
If a FmtChangeList statement defines a named change list, it must include an FclTag statement specifying 
its name. In addition, it must contain one statement for each paragraph format property it changes. For 
example, if a named change list changes only the first indent by a relative value, it contains only FclTag and 
PgfFIndentChange statements. If it changes the space below and the leading with absolute values, it 
contains FclTag, PgfSpBefore, and PgfLeading statements.
If a FmtChangeList statement changes a paragraph property to an absolute value, the statement it uses is 
the same as the corresponding paragraph format statement (for example, PgfLIndent). If the change list 
changes a property with a relative value, the statement it uses has the name of the corresponding paragraph 
format statement with the word Change appended to it (for example, PgfLIndentChange).
Syntax
Basic properties
<FmtChangeList
Begin format change list
<FclTag tagstring>
Format change list name if the format change list is named
<FclPgfCatalogRef tagstring>
A paragraph catalog format to apply. If the
 FmtChangeList 
state-
ment includes this statement, it can’t include any of the following 
statements
<PgfFIndent 
dimension
>
First line left margin, measured from left side of current text column
<PgfFIndentChange 
dimension
>
Change to the first line left margin
<PgfFIndentRelative boolean>
Yes
 means the first indent is relative to the left indent instead of the 
left side of the current text column
<PgfLIndent dimension>
Left margin, measured from left side of current text column
<PgfLIndentChange 
dimension
>
Change to the left margin
<PgfRIndent dimension>
Right margin, measured from right side of current text column
<PgfRIndentChange dimension>
Change to the right margin
<PgfAlignment 
keyword
>
Alignment within the text column
keyword
 can be one of:
LeftRight
 
Left
Center
Right
<PgfSpBefore dimension>
Space above paragraph
<PgfSpBeforeChange dimension>
Change to space above paragraph
<PgfSpAfter dimension>
Space below paragraph
<PgfSpAfterChange dimension>
Change to space below paragraph
<PgfLineSpacingFixed boolean>
Yes
 means the lines spacing is fixed (to the default font size)
<PgfLeading dimension>
Space below each line in a paragraph
<PgfLeadingChange dimension>
Change to space below each line in a paragraph