Description
Sets the vertical position in millipoints of the nIdx underline.
0 correspond to the baseline, positive values are under the baseline. Correspond to the first parameter of the >under...< markup command.
nIdx must be between 0 and GetNUnderlines, when nIdx is equal to GetNUnderlines a new underline is added. A run-time error occurs if nIdx is outside the valid range.
Syntax
object.SetUY(nIdx) |
object
Required. Object name, returned by Text.GetTextStatus, Text.GetParaTextStatus and Text.GetDefaultTextStatus functions
nIdx
Required. Underline index. Must be between 0 and NUnderlines, when nIdx is equal to NUnderlines a new underline is added
See also
Other underlines properties and functions