Describes the justification of
a line or edge.
Note: If you want to display field data as a comb,
you must set the value of the hand property for the border object
of the field to right. For example:
TextField1.border.hand = "right"; // JavaScript
TextField1.border.hand = "right" // FormCalc
SyntaxReference_Syntax.hand = "even | left | right"
Values
Type
|
Values
|
String
|
even (default)
left
right
Center the displayed
line on the underlying vector or arc.
Position the
displayed line immediately to the left of the underlying vector
or arc, when following that line from its start point to its end
point.
Position
the displayed line immediately to the right of the underlying vector
or arc, when following that line from its start point to its end
point. This value must be set to display field data using a comb.
|
JavaScriptLine1.resolveNode("value.#line").hand = "left";
FormCalcLine1.value.#line.hand = "left"
|
|
|