FarEastLineBreakLevel Property

Microsoft Word Visual Basic

Show All

FarEastLineBreakLevel Property

       

Returns or sets the line break control level for the specified document. This property is ignored if the FarEastLineBreakControl property is set to False. Read/write WdFarEastLineBreakLevel.

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