| Method signature | Return type |
|---|---|
contents
|
String
|
| return the contents displayed in the item | |
contents:=(
s:
String)
|
Done
|
| reset the contents displayed to be s | |
fontSize
|
Number
|
| return size of the font used to display the contents | |
fontSize:=(
size:
Number)
|
Done
|
| Set the size of the font used to display the contents | |
width
|
Number
|
| return width of text item (currently inaccurate) | |