ADOBE FRAMEMAKER 10
MIF Reference
157
In a LevelFormatRule statement, If and ElseIf, and Else statements take the following form:
<
Formatting statement>
A statement (such as a FormatTag or FmtChangeListTag state-
ment) that specifies how to change the formatting when the Context
statement applies (see “Formatting statements,” next, for a list of format-
ting statements)
…
>
End of If statement
<ElseIf
<Context
contextstring>
<
Formatting statement>
…
>
End of ElseIf statement
<Else
An optional Else clause
<
Formatting statement>
…
>
End of Else statement
<If
Begin If clause
<Level
levelstring>
String specifying a level of nesting, such as 1 or 5. If the element is nested
to this level, the following formatting statements are used to format the
element.
<
Formatting statement>
A statement (such as a FormatTag or FmtChangeListTag state-
ment) that specifies how to change the formatting when the Level state-
ment applies (see “Formatting statements,” next, for a list of formatting state-
ments)
…
>
End of If statement
<ElseIf
Begin ElseIf clause
<Level
levelstring>
<
Formatting statement>
Additional formatting statements as needed
…
>
End of ElseIf statement
<Else
An optional Else clause
<
Formatting statement>
Additional formatting statements as needed
…
>
End of Else statement