Adobe framemaker 6.0 Manuale Utente

Pagina di 323
91
ADOBE FRAMEMAKER 6.0
MIF Document Statements
Cell statement
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
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.
<Cell
<CellFill integer>
Fill pattern for cell, 0–15 (see page 113)
<CellColor tagstring>
<CellSeparation integer>
Color for cell; no longer used, but written out by FrameMaker prod-
ucts for backward-compatibility (see “Color statements” on 
page 264)
<CellLRuling tagstring>
Left edge ruling style (from Ruling Catalog)
<CellBRuling tagstring>
Bottom edge ruling style
<CellRRuling tagstring>
Right edge ruling style
<CellTRuling tagstring>
Top edge ruling style
<CellColumns integer>
Number of columns in a straddle cell
<CellRows integer>
Number of rows in a straddle cell
<CellAffectsColumnWidthA 
boolean>
Yes restricts column width to cell width
<CellAngle degrees>
Angle of rotation in degrees: 090180, or 270
<CellContent
Cell’s content
<Notes…>
Footnotes for cell (see page 133)
<Para…>
Cell’s content, represented in one or more Para statements (see 
page 133)
<Para…>
Additional statements as needed
> End 
of 
CellContent statement
> End 
of 
Cell statement