FarEastLineBreakLanguage Property
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.
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