Document.FarEastLineBreakLevel property (Word)

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.

ActiveDocument.FarEastLineBreakLevel = wdJustificationModeCompressKana

See also

Document 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.