Template.FarEastLineBreakLevel property (Word)

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.

ActiveDocument.FarEastLineBreakLevel = wdJustificationModeCompressKana

See also

Template Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.