The group-box element adds a group box to the current page.
Use a group box to enclose input radio buttons.
Element | Attributes | Value | Notes for Element/Attribute/Value |
|---|---|---|---|
group-box | x1 | integer | Default is 0. |
y1 | integer | Default is 0. | |
width | integer | Default is 0. | |
height | integer | Default is 0. | |
line-width | integer | Default is 0. | |
border | boolean | Default. Document border. | |
caption | string | ||
caption-indent | integer | Default is 0. | |
caption-width | integer | Default is 0. | |
caption-height | integer | Default is 0. | |
align | left | ||
center | Default. | ||
right | |||
style | style | Default is Helvetica, 10, normal | |
leading | float | Default. Fontsize * 1.5. |
<group-box x1="100" y1="560" width="200" height="40" caption="Types" caption-width="50" caption-height="20" caption-indent="10" style="form"/>