Represents an horizontal line. The object line can be applied on a report.block, for example to separate two tables, or two lines, etc.
1 report.line
<report.line
name='name'
start='start'
width='width'
color='color'
symbol='symbol'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aname | String | Name of the object. | |||
Astart | String | Initial position of the line. | |||
Awidth | String | Width of the line, expressed in cm. | |||
Acolor | String | Colour of the line. | |||
Asymbol | String | Line style (solid, dashed, etc). |