Description
Returns the hyphenation language.
A string (usually two characters long) identifying the language-specific hyphenation rules. An empty string means no hyphenation.
Syntax
object.Hyp [ =strName ] |
object
Required. Object name, returned by objCursor created through Text.GetCursor.
Example
Dim objCur = Text.GetCursor(modeSrcOn,cposCursor,False)
Dim objdesc As TxtPosDesc = objCur.GetDesc
Value = objDesc.GetHyp
Remarks
The similar functionality is available in object returned by Text.GetTextStatus, Text.GetParaTextStatus and Text.GetDefaultTextStatus functions. See TextStatus Object.