SetUGray Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:23

Description

Sets tint from 0% to 100% of the nIdx underline.

Correspond to the fourth parameter of the >under...< GML tag.

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.SetUGray(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