_Document.FarEastLineBreakLevel Property

Returns or sets the line break control level for the specified document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property FarEastLineBreakLevel As WdFarEastLineBreakLevel
    Get
    Set
'Usage
Dim instance As _Document
Dim value As WdFarEastLineBreakLevel

value = instance.FarEastLineBreakLevel

instance.FarEastLineBreakLevel = value
WdFarEastLineBreakLevel FarEastLineBreakLevel { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdFarEastLineBreakLevel

Remarks

This property is ignored if the FarEastLineBreakControl property is set to False.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace