+newline+
Text
String
Text to be displayed.
Location
Point
Specifies x, y coordinates of the text anchor point, LocationAnchor, relative to the scene, layout, or alignment panel.
LocationAnchor
Enum
Specifies a reference point placed at the specified location. Can be one of the following values:
0
1
2
3
4
5
6
7
8
9
10
11
Width
Numeric
Sets the width of the text.
Height
Sets the height of the text.
AutoWidth
Boolean
Automatically sets the width of the text.
AutoHeight
Automatically sets the height of the the text.
HorizAlign
Specifies the relative horizontal alignment of text lines when embedded carriage returns create multiple lines of text. Can be one of the following values:
VertAlign
Specifies the relative vertical alignment of text lines. Can be one of the following values:
LeftMargin
Specifies the size of the internal gap between frame and text.
RightMargin
TopMargin
BottomMargin
When you set properties for Text objects, you must also specify properties for Font and Frame objects. The association between a Text object and supporting objects is represented in Figure A-15.
Figure A-15 Text Objects
The properties of child objects of the Text object are described in the following sections.
Font
See "Font".
Frame
See "Frame".