Description
Returns the default leading of the specified format
Syntax
iLeading = object.Leading |
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.Leading)
Context
Property
See also
BreakableChars, NMinBeforeHyphen, NMinAfterHyphen, MinBreakableLen, MaxConsecutiveHyphens, UseLetterSpacing, DisableCaps