title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Presentation.FarEastLineBreakLanguage property (PowerPoint) |
vbapp10.chm583048 |
|
|
e0acc33d-0cb0-5422-4238-26b4071fb48c |
06/08/2017 |
medium |
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
[!includeSupport and feedback]