style
Contained By
| Business Service XML Element |
|---|
| style-set |
Contains
| Business Service XML Element |
|---|
| name, colour, border, line-style, line-thickness, background, remote-window, font, font-size |
Business Service XML Element
| Name | Description | Value Type | Req (Y/N) | Valid Value(s) | Default Value | Direction |
|---|---|---|---|---|---|---|
| style | Specifies link style parameters | string | N | in |
Example
<style type="string">
<name>AAA</name>
<colour>BBB</colour>
<border>CCC</border>
<line-style>DDD</line-style>
<line-thickness>EEE</line-thickness>
<background>FFF</background>
<remote-window>GGG</remote-window>
<font>HHH</font>
<font-size>123.00</font-size>
</style>