Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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