Adobe framemaker 6.0 Manuale Utente

Pagina di 323
240
ADOBE FRAMEMAKER 6.0
 Examples
<PolyLine
<DashedPattern
<DashedStyle Dashed>
<NumSegments 2>
<DashSegment 0.5pt>
<DashSegment 20pt>
> # end of DashedPattern
# The polyline inherits round head caps and tail caps from
# the previous PolyLine statement.
<NumPoints 2>
<Point 1.0" 2">
<Point 7.5" 2">
> # end of PolyLine
# This is a wild one!
<PolyLine
<DashedPattern
<DashedStyle Dashed>
<NumSegments 8>
<DashSegment
4pt> # solid
<DashSegment
8pt>
<DashSegment 12pt> # solid
<DashSegment 16pt>
<DashSegment 20pt> # solid
<DashSegment 24pt>
<DashSegment 20pt> # solid
<DashSegment 16pt>
<DashSegment 12pt> # solid
<DashSegment
8pt>
> # end of DashedPattern
<HeadCap Butt>
<TailCap Butt>
<NumPoints 2>
<Point 1.0" 3">
<Point 7.5" 3">
> # end of PolyLine
# This one has a missing DashSegment statement, so the first
# 10-point segment is repeated with a default gap of 10 points.
<PolyLine
<DashedPattern
<DashedStyle Dashed>
# Missing NumSegments.
<DashSegment 10pt>
# Missing a second DashSegment.
>
# This polyline inherits the butt cap and tail style
# from the previous PolyLine statement.