Description
Returns the minimum number of characters after a hyphen in the selected format.
It corresponds to the After hyphen box of the Global dialog box.
Syntax
iNMinAfterHyphen = object.NMinAfterHyphen |
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.NMinAfterHyphen)
Context
Property
See also
BreakableChars, NMinBeforeHyphen, MinBreakableLen, MaxConsecutiveHyphens, UseLetterSpacing, LineSpacing, DisableCaps