DocumentBase.FarEastLineBreakLevel Property

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

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)

Syntax

public WdFarEastLineBreakLevel FarEastLineBreakLevel { get; set; }

Property Value

Type: WdFarEastLineBreakLevel
One of the WdFarEastLineBreakLevel values.

Remarks

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

Examples

The following code example displays the current FarEastLineBreakLevel for characters in the document. To use this example, run it from the ThisDocument class in a document-level project.

private void DocumentFarEastLineBreakLevel()
{
    MessageBox.Show(this.FarEastLineBreakLevel.ToString());
}

.NET Framework Security

See Also

Reference

DocumentBase Class

Microsoft.Office.Tools.Word Namespace