ParagraphFormat.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 'ParagraphFormat' object.

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

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