<LINE>

<< Click to Display Table of Contents >>

Navigation:  Common vpxPrint tags > Shapes >

<LINE>

Draws a line in the page.

 

Syntax:

<LINE [#bookmark] >

 

In the syntax <RECT> the tag is the first point.

 

The TO point is always the current one, so the basic form of <LINE> is :

<R10><C5><FROM><R25><C30><LINE> (the <FROM> tag defines the starting point).

 

If you have defined a #3 bookmark :

<R25><C30><LINE#3>

 

draws a line between the and row 25, column 30.

 

Note: lines are drawn with the value of attribute.

 

Tuto_Line