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 MsoFarEastLineBreakLanguageID.
MsoFarEastLineBreakLanguageID can be one of these MsoFarEastLineBreakLanguageID constants. |
MsoFarEastLineBreakLanguageJapanese |
MsoFarEastLineBreakLanguageKorean |
MsoFarEastLineBreakLanguageSimplifiedChinese |
MsoFarEastLineBreakLanguageTraditionalChinese |
expression.FarEastLineBreakLanguage
expression Required. An expression that returns one of the objects in the Applies To list.
Example
The following example sets the line break language to Japanese.
ActivePresentation.FarEastLineBreakLanguage = _
MsoFarEastLineBreakLanguageJapanese