Paragraphs.FarEastLineBreakControl Property (Word)

True if Microsoft Word applies East Asian line-breaking rules to the specified paragraphs. Returns wdUndefined if the FarEastLineBreakControl property is set to True for only some of the specified paragraphs. Read/write Long.

Syntax

expression .FarEastLineBreakControl

expression A variable that represents a Paragraphs collection.

Example

This example sets Word to apply East Asian line-breaking rules to the first paragraph in the active document.

ActiveDocument.Paragraphs(1).FarEastLineBreakControl = True

See Also

Concepts

Paragraphs Collection Object

Paragraphs Object Members