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