Attribute | Mand. | Description | Default |
id | no | CAPTION.id | |
template | no | CAPTION.template | |
label | no | Text of the legend. | |
colon | no | Indicates whether the text of the legend should be followed by a colon or not. | true |
enabled | no | Indicates whether the legend is enabled or not. | true |
font | no | CAPTION.font | |
color | no | CAPTION.color | |
fontColor | no | CAPTION.fontColor |
<!ELEMENT CAPTION (CONSTRAINT?)> |
Element | Mand. | Mult. | Description |
CONSTRAINT | no | no | Positioning constraint of the caption. |
<CAPTION label="Name" colon="true"/> <CAPTION label="Formatted text" colon="false"/> |