Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.31 KB

PowerPoint.Presentation.FarEastLineBreakLanguage.md

File metadata and controls

58 lines (34 loc) · 1.31 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.FarEastLineBreakLanguage property (PowerPoint)
vbapp10.chm583048
vbapp10.chm583048
PowerPoint.Presentation.FarEastLineBreakLanguage
e0acc33d-0cb0-5422-4238-26b4071fb48c
06/08/2017
medium

Presentation.FarEastLineBreakLanguage property (PowerPoint)

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.

Syntax

expression. FarEastLineBreakLanguage

expression A variable that represents a Presentation object.

Return value

MsoFarEastLineBreakLanguageID

Remarks

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

MsoFarEastLineBreakLanguageJapanese
MsoFarEastLineBreakLanguageKorean
MsoFarEastLineBreakLanguageSimplifiedChinese
MsoFarEastLineBreakLanguageTraditionalChinese

Example

The following example sets the line break language to Japanese.

ActivePresentation.FarEastLineBreakLanguage =  MsoFarEastLineBreakLanguageJapanese

See also

Presentation Object

[!includeSupport and feedback]