Document.FarEastLineBreakLevel Property

Word Developer Reference

Returns or sets a WdFarEastLineBreakLevel that represents the line break control level for the specified document. Read/write.

Syntax

expression.FarEastLineBreakLevel

expression   Required. A variable that represents a Document object.

Remarks

This property is ignored if the FarEastLineBreakControl property is set to False.

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.

Visual Basic for Applications
  ActiveDocument.FarEastLineBreakLevel = wdJustificationModeCompressKana

See Also