Paragraphs.FarEastLineBreakControl Property

Word Developer Reference

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.

Visual Basic for Applications
  ActiveDocument.Paragraphs(1).FarEastLineBreakControl = True

See Also