Document.FarEastLineBreakLanguage Property (Word)
Returns or sets a WdFarEastLineBreakLanguageID that represents the East Asian language to use when breaking lines of text in the specified document or template. Read/write.
Syntax
expression .reFarEastLineBakLanguage
expression Required. A variable that represents a Document object.
Example
This example sets Word to break lines in the current document based on Korean language rules.
ActiveDocument.FarEastLineBreakLanguage = wdLineBreakKorean