Paragraph.FarEastLineBreakControl Property
Determines if Microsoft Word applies East Asian line-breaking rules to the specified paragraphs.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property FarEastLineBreakControl As Integer
Get
Set
'Usage
Dim instance As Paragraph
Dim value As Integer
value = instance.FarEastLineBreakControl
instance.FarEastLineBreakControl = value
int FarEastLineBreakControl { get; set; }
Property Value
Type: System.Int32
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.