The SMARTLABEL component is a special variant of the LABEL component. While the LABEL component renders all characters of the label in one an the same format, the SMARTLABEL component allows to pass text definitions in which certain characters are output with a certain, individual formatting (e.g. with bold characters).

The formatting is typically passed by corresponding XML tags:
<b>..</b> for bold
<u>..</u> for underlined
<sub>..</sub> for subscript
<sup>..</sup> for superscript
<highlighted>..</highlighted> for highlighted text

You can also pass by a certain comma separated value format, which is explained in the demo workplace.

The SMARTLABEL component always arranges its content in one text line. For rendering smart text in multiple lines you can use the TEXTPANE component, which can render HTML text.