ADOBE FRAMEMAKER 10
MIF Reference
79
Column 1 has a fixed-width value of 1": <TblColumnWidth 1">
Column 2 has a proportional value of 2: <TblColumnWidthP 2>
Column 3 has a proportional value of 1: <TblColumnWidthP 1>
Column 4 has a proportional value of 1: <TblColumnWidthP 1>
• Available width for proportional columns
(PWidth)
is 7" – 1" or 6".
• Sum of all proportional values
(PTotal)
is 2 + 1 + 1 or 4.
• Width for Column 2 is (2/
PTotal
) x
PWidth
= (2/4) x 6" or 3".
• Width for Column 3 or Column 4 is (1/
PTotal
) x
PWidth
= (1/4) x 6" or 1.5".
RulingCatalog statement
The RulingCatalog statement defines the contents of the Ruling Catalog, which describes ruling styles for tables.
A document can have only one
RulingCatalog statement, which must appear at the top level in the order given in
“MIF file layout” on page 52.
Syntax
Ruling statement
The Ruling statement defines the ruling styles used in table formats. It must appear within the RulingCatalog
statement.
Syntax
<RulingCatalog
<Ruling…>
Defines ruling style (see “Ruling statement” on page 79)
<Ruling…>
Additional statements as needed
…
>
End of RulingCatalog statement
<Ruling
<RulingTag
tagstring
>
Ruling style name; an empty string indicates no ruling style
<RulingPenWidth
dimension
>
Ruling line thickness
<RulingGap
dimension
>
Gap between double ruling lines
<RulingColor tagstring
>
Color of ruling line (see “ColorCatalog statement” on page 80)
<RulingSeparation
integer
>
Color of ruling line; no longer used, but written out by FrameMaker for back-
ward-compatibility (see “Color statements” on page 249)
<RulingPen integer
>
Pen pattern 0 through 7, or 15 (see page 107)
<RulingLines integer
>
0 (none), 1 (single), or 2 (double) ruling lines
>
End of Ruling statement