Document.FarEastLineBreakLanguage property (Word)
Returns or sets a WdFarEastLineBreakLanguageID that represents the East Asian language to use when breaking lines of text in the specified document or template. Read/write.
Syntax
expression. reFarEastLineBakLanguage
expression Required. A variable that represents a Document object.
Example
This example sets Word to break lines in the current document based on Korean language rules.
ActiveDocument.FarEastLineBreakLanguage = wdLineBreakKorean
See also
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.