FarEastLineBreakLevel Property

FarEastLineBreakControl

WdFarEastLineBreakLevel can be one of these WdFarEastLineBreakLevel constants.
wdFarEastLineBreakLevelCustom
wdFarEastLineBreakLevelNormal
wdFarEastLineBreakLevelStrict

expression.FarEastLineBreakLevel

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 Microsoft Word to perform line breaking on first-level kinsoku characters in the active document.

ActiveDocument.FarEastLineBreakLevel = wdJustificationModeCompressKana

Applies to | Document Object | Template Object

See Also | FarEastLineBreakControl Property | FarEastLineBreakLanguage Property | HangingPunctuation Property | NoLineBreakAfter Property | NoLineBreakBefore Property | ShowOptionalBreaks Property