Template.FarEastLineBreakLevel Property

Word Developer Reference

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

Syntax

expression.FarEastLineBreakLevel

expression   Required. A variable that represents a Template object.

Remarks

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

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