Description
Returns the status of the Use letter spacing check box of the Global dialog box.
Returns TRUE if selected, FALSE if cleared.
Syntax
bUseLetterSpacing = object.UseLetterSpacing |
object
Required. Object name. Returned by Dim objFormat = Ted.GetFormat or Dim objFormat = Fred.GetFormat.
Example
Dim objFormat As Format = Ted.GetFormat
Dim objT = Ted.GetActiveTxt
objFormat.Id = objT.FormatId
msgbox (objFormat.UseLetterSpacing)
Context
Property
See also
BreakableChars, NMinBeforeHyphen, NMinAfterHyphen, MinBreakableLen, MaxConsecutiveHyphens, LineSpacing, DisableCaps.