|
Attributes |
Description |
|
from |
The page position of the beginning of the line, expressed in the
units specified in the units attribute of the <template> element. The
position should be two numbers separated by a comma (with no white space), representing
the x and y location. For example, if the units are "points", a value of "72,72" would
indicate a position one inch from the left side and bottom side of the page.
Required.
|
|
to |
The page position of the end of the line, expressed in the
units specified in the units attribute of the <template> element. The
position should be two numbers separated by a comma (with no white space), representing
the x and y location. For example, if the units are "points", a value of "72,72" would
indicate a position one inch from the left side and bottom side of the page.
Required.
|
|
color |
The color of the line, expressed as a comma separated red,green,blue value, for
example, red is "255,0,0". Optional, the default color is black ("0,0,0").
|
|
width |
The width of the line, expressed in points. Integer value expected.
A thin line is "1" point. Required.
|
| |
|
|