|
Attribute
|
Modify
|
Type
|
Description
|
|
|
|
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
|
|
hasTextDisplay
|
no
|
boolean
|
Indicates if the label has any associated text display.
|
|
height
|
yes
|
float
|
Height of the label (in user units).
|
|
isDrafted
|
yes
|
boolean
|
t if the label reads left to right when horizontal and bottom to top when vertical; the label is always readable. nil if the label can appear upside down and backwards if the orient is set properly.
|
|
isOverbar
|
yes
|
boolean
|
t if the label has a bar on top of the text. nil otherwise.
|
|
isVisible
|
yes
|
boolean
|
Label 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
|
|
labelType
|
yes
|
string
|
"normalLabel"
displayed without interpretation
|
|
|
|
|
"NLPLabel"
displayed with NLP interpretation
|
|
|
|
|
"ILLabel"
displayed with IL interpretation
|
|
objType
|
no
|
string
|
Type of object, in this case “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
|
|
theLabel
|
yes
|
string
|
Label text
|
|
xy
|
yes
|
point
|
Location of the origin of a label (in user units).
|