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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.