|
Attribute
|
Modify
|
Type
|
Description
|
|
|
|
associate
|
no
|
objId
|
ID of the associate object.
|
|
font
|
yes
|
string
|
"euroStyle"
Eurostyle font
|
|
|
|
|
"gothic"
Gothic font
|
|
|
|
|
"math"
Mathematics font
|
|
|
|
|
"roman"
Times Roman font
|
|
|
|
|
"script"
Script font
|
|
|
|
|
"stick"
Stick font
|
|
|
|
|
"swedish"
Swedish font
|
|
height
|
yes
|
float
|
Height of the text display (in user units)
|
|
isDrafted
|
yes
|
boolean
|
t if the text display reads left to right when horizontal and bottom to top when vertical; the text display is always readable. nil if the text display can appear upside down and backwards if the orient is set properly.
|
|
isNameVisible
|
yes
|
boolean
|
Name portion is visible if set to t. Only applicable if associate is a property/attribute.
|
|
isOverbar
|
yes
|
boolean
|
t if the text display has a bar on top of the text, else nil.
|
|
isValueVisible
|
yes
|
boolean
|
Value portion is visible if set to t. Only applicable if associate is a property/attribute.
|
|
isVisible
|
yes
|
boolean
|
Text display is visible if set to t.
|
|
justify
|
yes
|
string
|
"lowerLeft"
lower left corner of the label
|
|
|
|
|
"lowerCenter"
middle of the bottom of the label
|
|
|
|
|
"lowerRight"
lower right corner of the label
|
|
|
|
|
"centerLeft"
center of the left side of the label
|
|
|
|
|
"centerCenter"
absolute center of the label
|
|
|
|
|
"centerRight"
center of the right side of the label
|
|
|
|
|
"upperLeft"
upper left corner of the label
|
|
|
|
|
"upperCenter"
middle of the top of the label
|
|
|
|
|
"upperRight"
upper right corner of the label
|
|
orient
|
yes
|
string
|
Orientation of this label:
|
|
|
|
|
"R0"
not rotated
|
|
|
|
|
"R90"
rotated 90 degrees
|
|
|
|
|
"R180"
rotated 180 degrees
|
|
|
|
|
"R270"
rotated 270 degrees
|
|
|
|
|
"MY"
mirrored on the y axis
|
|
|
|
|
"MYR90"
mirrored on the y axis and rotated 90 degrees counterclockwise
|
|
|
|
|
"MX"
mirrored on the x axis
|
|
|
|
|
"MXR90"
mirrored on the y axis and rotated 90 degrees counterclockwise
|
|
owner
|
no
|
objId
|
ID of the owner of the text display object.
|
|
text
|
no
|
string
|
Text to be displayed.
|
|
xy
|
yes
|
point
|
Location of the origin of a text display (in user units).
|