Paragraph.FarEastLineBreakControl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if Microsoft Word applies East Asian line-breaking rules to the specified paragraphs.
public:
property int FarEastLineBreakControl { int get(); void set(int value); };
public int FarEastLineBreakControl { get; set; }
member this.FarEastLineBreakControl : int with get, set
Public Property FarEastLineBreakControl As Integer
Property Value
Remarks
This property returns True if Word applies East Asian line-breaking rules to the specified paragraphs, and False if not. Set the property value to True or False to enable or disable the functionality.
This property returns wdUndefined if the FarEastLineBreakControl property is set to True for only some of the specified paragraphs.