_Presentation.FarEastLineBreakLanguage Property

Returns or sets the language used to determine which line break level is used when the line break control option is turned on. Read/write.

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

Syntax

'Declaration
Property FarEastLineBreakLanguage As MsoFarEastLineBreakLanguageID
    Get
    Set
'Usage
Dim instance As _Presentation
Dim value As MsoFarEastLineBreakLanguageID

value = instance.FarEastLineBreakLanguage

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

Property Value

Type: Microsoft.Office.Core.MsoFarEastLineBreakLanguageID

Remarks

The value of the FarEastLineBreakLanguage property can be one of these MsoFarEastLineBreakLanguageID constants.

MsoFarEastLineBreakLanguageJapanese

MsoFarEastLineBreakLanguageKorean

MsoFarEastLineBreakLanguageSimplifiedChinese

MsoFarEastLineBreakLanguageTraditionalChinese

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace