Adobe framemaker 6.0 User Manual

Page of 323
128
ADOBE FRAMEMAKER 6.0
MIF Document Statements
Syntax
Usage
The PolyLine statement is used for both simple and complex lines. A simple line is represented as a 
PolyLine with <NumPoints 2>. The NumPoints statement is optional. When the MIF interpreter reads a 
MIF file, it counts the Point statements to determine the number of points in the polyline.
Rectangle statement
The Rectangle statement describes rectangles and squares. It can appear at the top level or in a Page or 
Frame statement. 
<PolyLine
Generic object statements 
Information common to all objects (see page 111)
<HeadCap keyword>
Type of head cap for lines and arcs
keyword can be one of:
ArrowHead
Butt
Round
Square
<TailCap keyword>
Type of tail cap for lines and arcs
keyword can be one of:
ArrowHead
Butt
Round
Square
<ArrowStyle…>
<Smoothed boolean>
Yes smooths angles to rounded curves
<NumPoints integer>
Number of vertices
<Point X Y>
Position in page or graphic frame coordinates
 … 
More points as needed
>
End of PolyLine statement