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.
expression. FarEastLineBreakLanguage
expression A variable that represents a Presentation object.
MsoFarEastLineBreakLanguageID
The value of the FarEastLineBreakLanguage property can be one of these MsoFarEastLineBreakLanguageID constants.
MsoFarEastLineBreakLanguageJapanese |
---|
MsoFarEastLineBreakLanguageKorean |
MsoFarEastLineBreakLanguageSimplifiedChinese |
MsoFarEastLineBreakLanguageTraditionalChinese |
The following example sets the line break language to Japanese.
ActivePresentation.FarEastLineBreakLanguage = MsoFarEastLineBreakLanguageJapanese
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.