The child column element is used to describe the table columns.
Element | Attributes | Value | Notes for Element/Attribute/Value |
|---|---|---|---|
column | title | string | |
title-style | style | ||
title-vertical-align | top | ||
middle | Default. | ||
bottom | |||
title-horizontal-align | left | ||
center | Default. | ||
right | |||
title-border | boolean | Default is true. | |
column-type | text | Default. | |
image | |||
barcode | |||
style | style | Default. Table element style. | |
width-percentage | integer | Default is 10. | |
vertical-align | top | ||
middle | Default. | ||
bottom | |||
horizontal-align | left | ||
center | Default. | ||
right | |||
border | boolean | Default is true. | |
alternate | boolean | Default is true. | |
alt-text | string | ||
alt-text-field | field | Name of list field. | |
type | barcode | Default is CODE128. | |
start | string | Default is A. | |
stop | string | Default is B. | |
start-stop | boolean | Default is true. | |
scale | integer | Default is 110. | |
rotation | integer | Default is 0. | |
field | field | Name of list field. | |
date-format | string | Date and Time Formats. | |
decimal-format | string | Decimal Formats. | |
substitute-newline | boolean | Substitute \n with a newline character. | |
padding | string | Cell padding. | |
value | string |
<table x1="20" y1="500" width="400" height="300" style="normal" alternate="true">
<column field="FIELD1" width-percentage="20" title="First Name"/>
<column field="FIELD2" width-percentage="20" title="Surname
Family Name"/>
</table>