Description
Returns the ordinal number of the selected line spacing options in the Line spacing check box of the Global dialog box.
The numbers are:
0 tight
1 loose
2 optimal
3 compatibility
Syntax
iLineSpacingOption = object.LineSpacing |
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.LineSpacing)
Context
Property
See also
BreakableChars, NMinBeforeHyphen, NMinAfterHyphen, MinBreakableLen, MaxConsecutiveHyphens, UseLetterSpacing, DisableCaps