EasyManua.ls Logo

Adobe FRAMEMAKER 10 - Table examples

Adobe FRAMEMAKER 10
294 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
ADOBE FRAMEMAKER 10
MIF Reference
227
# from the previous PolyLine statement.
<PenWidth 1pt>
<NumPoints 2>
<Point 1.0" 5">
<Point 7.5" 5">
> # end PolyLine
When youve defined a custom dashed line style in one FrameMaker document, you can easily copy and paste the
custom style into another document by pressing Shift and choosing Pick Up Object Properties from the Graphics
menu. For more information, see your user’s manual.
Table examples
You can use MIF to create a table or to update a few values in an existing table.
Creating an entire table
This example shows a table and the MIF file that describes it. This table is in the sample file stocktbl.mif. The
widths of columns is calculated using MIF statements that are only for input filters. Rather than specifying an exact
width for each column, the table uses the substatement
TblColumnWidthA for two of the columns to specify that the
column width is determined by the width of a particular cell.
Column widths are further affected by the
EqualizeWidths statement, which sets the columns to the width of the
widest column within the limits specified by the
TblColumn substatements. As you examine this example, note how
the column width statements interact: the column widths are originally set by the applied table format from the Table
Catalog. The
TblFormat statement then specifies how this table instances column properties override those in the
default format. The
EqualizeWidths statement further overrides the format established by TblFormat.
<MIFFile 8.00> # Generated by StockWatcher; identifies this as a
# MIF file.
<Tbls
<Tbl
<TblID 1> # This table’s ID is 1.
<TblFormat
<TblTag `Format A'>
# Forces a lookup in the Table Catalog with the following
# exceptions:
<TblColumn
<TblColumnNum 0>
# Shrink-wrap the first column so it’s between 0 and 2
inches
# wide.
<TblColumnWidthA 0 2">
>
Table 2: StockWatch
Mining and Metal 10/31/90
Close
Weekly %
Change
Ace Aluminum $24.00 -3.50
Streck Metals $27.25 +2.75
Linbrech Alloys $63.75 -2.50

Table of Contents

Related product manuals