Adobe FRAMEMAKER 6.0 Manual page 91

Mif reference
Table of Contents

Advertisement

Cell statement
A Cell statement specifies a cell's contents. It also includes format, straddle, and rotation information as
needed. The statement must appear in a Row statement.
Syntax
<Cell
<CellFill integer>
<CellColor tagstring>
<CellSeparation integer>
<CellLRuling tagstring>
<CellBRuling tagstring>
<CellRRuling tagstring>
<CellTRuling tagstring>
<CellColumns integer>
<CellRows integer>
<CellAffectsColumnWidthA
boolean>
<CellAngle degrees>
<CellContent
<Notes...>
<Para...>
<Para...>
...
>
>
Usage
You can use the Rotate command on the Graphics menu to change the CellAngle, but it does not affect the
location of cell margins. CellAngle affects only the orientation and alignment of the text flow. When
CellAngle is 90 or 270 degrees, use PgfCellAlignment to move vertically oriented text closer to or farther
from a column edge. For information about aligning text in a cell, see PgfCellAlignment on page 76.
MIF uses CellAffectsColumnWidthA only with the TblColumnWidthA statement. The MIF default for
computing a cell's width is TblColumnWidthA. However, if any cells in the column have <CellAffectsCol-
umnWidthA Yes>, then only those cells affect the computed column width.
Usage of MIF statements to calculate the width of a column is described in the following sections.
Fill pattern for cell, 0–15 (see page 113)
Color for cell (see "ColorCatalog statement" on page 94)
Color for cell; no longer used, but written out by FrameMaker prod-
ucts for backward-compatibility (see "Color statements" on
page 264)
Left edge ruling style (from Ruling Catalog)
Bottom edge ruling style
Right edge ruling style
Top edge ruling style
Number of columns in a straddle cell
Number of rows in a straddle cell
Yes restricts column width to cell width
Angle of rotation in degrees: 0, 90, 180, or 270
Cell's content
Footnotes for cell (see page 133)
Cell's content, represented in one or more Para statements (see
page 133)
Additional statements as needed
End of CellContent statement
End of Cell statement
ADOBE FRAMEMAKER 6.0
91
MIF Document Statements

Advertisement

Table of Contents
loading

Table of Contents