The ABSLABEL allows you to display static text information. The text can be a text which is taken from the multi language management.
Basic | |||
x |
X-coordinated (in pixels) of the left top corner of the area. |
Optional | |
y |
Y-coordinated (in pixels) of the left top corner of the area. |
Optional | |
z |
Z-coordinated (in pixels) of the left top corner of the area. |
Optional | |
name |
Static text which is displayed. |
Optional | |
textid |
Text id, replaced by a literal of the multi language management. |
Optional | |
textsize |
Font size of the text as defined by the HTML font size specification. |
Optional |
1 2 3 4 5 6 |
textcolor |
Colour in which the text is displayed. |
Optional |
#FF0000 #00FF00 #0000FF #FFFFFF #808080 #000000 |
labelstyle |
CSS style definition that is directly passed into this control. With the style you can individually influence the rendering of the control. You can specify any style sheet expressions. Examples are: border: 1px solid #FF0000 background-color: #808080 You can combine expressions by appending and separating them with a semicolon. Sometimes it is useful to have a look into the generated HTML code in order to know where direct style definitions are applied. Press right mouse-button in your browser and select the "View source" or "View frame's source" function. |
Optional | |
comment |
Comment without any effect on rendering and behaviour. The comment is shown in the layout editor's tree view. |
Optional |
Either use the name
or the
textid
property.