Text property
Specifies the text content of a TextElement.
Syntax
Set: TextElement.setText(sText)
Get: sText = TextElement.getText()
Applies to
TextElement object.
Data type
String. The sText value references a String object that specifies the text in a TextElement.
Usage
This property specifies the text content of a TextElement.