Template.FarEastLineBreakLanguage Property

Returns or sets the East Asian language to use when breaking lines of text in the specified document or template.

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

Syntax

'Declaration
Property FarEastLineBreakLanguage As WdFarEastLineBreakLanguageID
    Get
    Set
'Usage
Dim instance As Template
Dim value As WdFarEastLineBreakLanguageID

value = instance.FarEastLineBreakLanguage

instance.FarEastLineBreakLanguage = value
WdFarEastLineBreakLanguageID FarEastLineBreakLanguage { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdFarEastLineBreakLanguageID

Remarks

WdFarEastLineBreakLanguageID can be one of these WdFarEastLineBreakLanguageID constants:

wdLineBreakJapanese

wdLineBreakKorean

wdLineBreakSimplifiedChinese

wdLineBreakTraditionalChinese

See Also

Reference

Template Interface

Template Members

Microsoft.Office.Interop.Word Namespace