FarEastLineBreakLanguage Property

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

Applies to | Presentation Object