Name
Text.PreParse -- set/get preparse string for text object
Function
String containing format definitions to be parsed before the text from Text.Contents is printed.

Using this tag, you can easily define different formats, colors and styles without modifying the original string. For example, if you set Text.PreParse to "\33c", the text in the text object will always be centered.

The string you specify here can use text formatting codes. See Text formatting codes for details.

Type
String

Applicability
ISG


Show TOC