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)

Usage

Dim paragraph1 As Paragraph

Dim returnValue As Integer
returnValue = paragraph1.FarEastLineBreakControl

Dim sampleValue As Integer
paragraph1.FarEastLineBreakControl = sampleValue

Syntax

Property FarEastLineBreakControl() As Integer
int FarEastLineBreakControl {get; set;}
property Int32 FarEastLineBreakControl{
    Int32 get();
    Void set(Int32);
}
public int get_FarEastLineBreakControl();
public void set_FarEastLineBreakControl(int);
function get FarEastLineBreakControl() : int;
function set FarEastLineBreakControl(int);

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Paragraph Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Paragraph Members