The TEXTPANE component renders some text in one or multiple lines - depending on the screen space of the component.

There are certain rules how to size the component:

If you defined the WIDTH and the HEIGHT of the component, then theses definitions are binding for the sizing - and the component will be drawn with exactly the size that you defined. If the TEXT content exceeds this size, then it will be cut.

If you only define the WIDTH of the component then its height will automatically be calculated following the text.

The text can either be straight text (without formatting) or can be HTML text (attribute CONTENTTYPE).