Adobe framemaker 6.0 User Manual

Page of 323
116
ADOBE FRAMEMAKER 6.0
MIF Document Statements
Syntax
Usage
The arc is a segment of an ellipse whose bounding rectangle is defined in ArcRectArcTheta specifies the 
starting point of the arc in degrees. Zero corresponds to twelve o’clock, 90 to three o’clock, 180 to six 
o’clock, and 270 to nine o’clock. ArcDTheta corresponds to the length of the arc. Positive and negative 
values correspond to clockwise and counterclockwise extents.
ArrowStyle statement
The ArrowStyle statement defines both the head cap (at the starting point) and the tail cap (at the ending 
point) of lines and arcs. 
The arrow style property statements can appear in any order in an ArrowStyle statement. For a complete 
description of arrow style properties, see your user’s manual.
<Arc
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…>
<ArcRect L T W H>
Underlying ellipse rectangle
<ArcTheta dimension>
Start angle
<ArcDTheta dimension>
Arc angle length
>
End of Arc statement