ADOBE FRAMEMAKER 10
MIF Reference
61
AttrCondExprCatalog statement
The AttrCondExprCatalog statement is used to define the contents of the Attribute Expression catalog. A MIF file
can contain one
AttrCondExprCatalog statement only.
Syntax
AttrCondExpr statement
The AttrCondExpr statement is used to define a set of attributes with values.
Syntax
Paragraph formats
A paragraph format is defined in a Pgf statement. Paragraph formats can be defined locally or stored in the
Paragraph Catalog, which is defined by a
PgfCatalog statement.
PgfCatalog statement
The PgfCatalog statement defines the contents of the Paragraph Catalog. A MIF file can have only one PgfCatalog
statement, which must appear at the top level in the order given in “MIF file layout” on page 52.
Syntax
<AttrCondExprCatalog
<AttrCondExpr.........>
Defines a filter
<AttrCondExpr.........>
Additional filters, as required.
> #
End of AttrCondExprCatalog
<AttrCondExpr
<AttrCondExprTag string>
Expression Tag string
<AttrCondExprStr string>
Expression string
<AttrCondState string>
Indicates whether the AttrCondExpr is applied to the document.
The string must have one of the following values:
'Active'
'Inactive'
> #
End of AttrCondExpr
<PgfCatalog
<Pgf…>
Defines a paragraph format (see “Pgf statement” on page 62)
<Pgf…>
Additional statements as needed
…
>
End of PgfCatalog statement