FarEastLineBreakLevel Property

PpFarEastLineBreakLevel

PpFarEastLineBreakLevel can be one of these PpFarEastLineBreakLevel constants.
ppFarEastLineBreakLevelCustom
ppFarEastLineBreakLevelNormal
ppFarEastLineBreakLevelStrict

expression.FarEastLineBreakLevel

*expression   * Required. An expression that returns one of the objects in the Applies To list.

Example

This example sets line break control to use level one kinsoku characters.

ActivePresentation.FarEastLineBreakLevel = _
    ppFarEastLineBreakLevelNormal

Applies to | Presentation Object