Description
Returns the minimum length of a breakable word in the selected format.
It corresponds to the Breakable word box of the Global dialog box.
Syntax
iMinBreakableLen = object.MinBreakableLen |
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.MinBreakableLen)
Context
Property
See also
BreakableChars, NMinBeforeHyphen, NMinAfterHyphen, MaxConsecutiveHyphens, UseLetterSpacing, LineSpacing, DisableCaps