Returns or sets the East Asian language to use when breaking lines of text in the specified document or template. Read/write WdFarEastLineBreakLanguageID.
WdFarEastLineBreakLanguageID can be one of these WdFarEastLineBreakLanguageID constants. |
wdLineBreakJapanese |
wdLineBreakKorean |
wdLineBreakSimplifiedChinese |
wdLineBreakTraditionalChinese |
reexpression.FarEastLineBakLanguage
expression Required. An expression that returns one of the objects in the Applies To list.
For more information on using Microsoft Word with East Asian languages, see Word features for East Asian languages.
This example sets Word to break lines in the current document based on Korean language rules.
ActiveDocument.FarEastLineBreakLanguage = wdLineBreakKorean