FarEastLineBreakLevel Property

Microsoft PowerPoint Visual Basic

Returns or sets the line break based upon Asian character level. Read/write Long. Read/write 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