Description
Returns the number of allowed consecutive hyphens.
It corresponds to the Consecutive hyphens box of the Global dialog box.
Syntax
iMaxConsecutiveHyphens = object.MaxConsecutiveHyphens |
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.MaxConsecutiveHyphens)
Context
Property
See also
BreakableChars, NMinBeforeHyphen, NMinAfterHyphen, MinBreakableLen, UseLetterSpacing, LineSpacing, DisableCaps