FarEastLineBreakControl Property

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

Applies to | Paragraph Object | ParagraphFormat Object | Paragraphs Collection Object

See Also | FarEastLineBreakLanguage Property | FarEastLineBreakLevel Property | HangingPunctuation Property | NoLineBreakAfter Property | NoLineBreakBefore Property | ShowOptionalBreaks Property | WordWrap Property