Adobe FRAMEMAKER 10 User Manual page 26

Hide thumbs Also See for FRAMEMAKER 10:
Table of Contents

Advertisement

<PgfCatalog
<Pgf
<PgfTag `1Heading'>
<PgfUseNextTag Yes >
<PgfNextTag `Body'>
<PgfAlignment Left >
<PgfFIndent
<PgfLIndent
<PgfRIndent
...
>
>
If you open
in FrameMaker, you'll see that the Paragraph Catalog contains a single paragraph format
pgfcat.mif
called 1Heading. If you supply a Paragraph Catalog, the paragraph formats in your catalog replace those in the
default catalog; they do not supplement the default formats.
If you do not supply a Paragraph Catalog in a MIF file, the MIF interpreter provides a default Paragraph Catalog with
predefined paragraph formats.
If a
statement provides only the name of a paragraph format, the MIF interpreter supplies default values for the
Pgf
rest of the paragraph properties when it reads in the MIF file.
Applying a paragraph format
To apply a format from the Paragraph Catalog to a paragraph, use the
name within the
statement. For example, to apply the previously defined format 1Heading to a paragraph, use
Para
the following statements:
<Para
<PgfTag `1Heading'>
<ParaLine
<String `This line has the format called 1Heading.'>
>
>
To apply a format from the Paragraph Catalog and then locally override some properties, use a partial
within the
statement. The following MIF example applies the paragraph format 1Heading, then changes the
Para
alignment:
<Para
<PgfTag `1Heading'>
<Pgf
<PgfAlignment Center>
>
<ParaLine
<String `This line is centered.'>
>
>
To locally define a paragraph format, include a complete
<Para
<Pgf
<PgfTag `2Heading'>
<PgfUseNextTag Yes >
<PgfNextTag `Body'>
<PgfAlignment Left >
<PgfFIndent
<PgfLIndent
...
>
<ParaLine
0.0">
0.0">
0.0">
# end of Pgf
# end of PgfCatalog
# end of ParaLine
# end of Para
# end of Pgf
# end of ParaLine
# end of Para
0.0">
0.0">
# end of Pgf
statement to include the format tag
PgfTag
statement within the
Pgf
Para
ADOBE FRAMEMAKER 10
MIF Reference
statement
Pgf
statement:
21

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents