FarEastLineBreakLanguage Property

Microsoft Word Visual Basic

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.

Remarks

For more information on using Microsoft Word with East Asian languages, see Word features for East Asian languages.

Example

This example sets Word to break lines in the current document based on Korean language rules.

ActiveDocument.FarEastLineBreakLanguage = wdLineBreakKorean