Share via


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

Concepts

Presentation Object Members

Presentation Object