Textobjecta – CUE Design Director Script Language User Manual
Page 29

Reference Manual Design Director Script Language
www.cuesystem.com
Page 29 of 94
3.1.12. TextObjectA
The object is basic i.e. there is no object from which it could inherit.
Property
Type
Description
Color
ColorObject
Text color. Reference to a real color object – it can never be NoObject then the
color would be transparent. The objects of the color can be the part of the palette
which has been defined in the design environment.
Flash
uint
If the value is a zero the text will not flash. Otherwise the text flashes according to
entered Period and Ratio parameters.
Font
FontObject
Reference to a real font object or NoObject, if not filled then text will not appear.
Period
uint
Assigns the text-flashing period in milliseconds. If the value is a zero then the text
will not be flashing.
Ratio
uint
Assigns the number percentage of the period when the text appears. For instance
for the value Period=4000 and Ratio=25 the text appears for 1 second and hides for
3 seconds.
Text
string*50
Text of caption
TxtHOri
uint
The text horizontal orientation. The values are defined 0..left, 1..middle, 2..right. To
insert a different value is not checked, what will appear is not defined.
TxtVOri
uint
The text vertical orientation. The values are defined 0..left, 1..middle, 2..right. To
insert a different value is not checked, what will appear is not defined.
WordWrap
uint
If the value is a zero then the text appears on one line. In the opposite case the text
is automatically broken into more lines according to the width of the object.