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