Description
Returns the list of hyphenation markers.
Hyphenation markers are breakable chars of the selected format, or empty string if none. It corresponds to the Breakable chars box of the Global dialog box.
Syntax
strBreakableChars = object.BreakableChars |
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.BreakableChars)
Context
Property
See also
NMinBeforeHyphen, NMinAfterHyphen, MinBreakableLen, MaxConsecutiveHyphens, UseLetterSpacing, LineSpacing, DisableCaps