Share via


Presentation.FarEastLineBreakLevel Property

PowerPoint Developer Reference

Returns or sets the line break based upon Asian character level. Read/write.

Syntax

expression.FarEastLineBreakLevel

expression   A variable that represents a Presentation object.

Return Value
PpFarEastLineBreakLevel

Remarks

The value of the FarEastLineBreakLevel property can be one of these PpFarEastLineBreakLevel constants.

ppFarEastLineBreakLevelCustom
ppFarEastLineBreakLevelNormal
ppFarEastLineBreakLevelStrict

Example

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

Visual Basic for Applications
  ActivePresentation.FarEastLineBreakLevel = ppFarEastLineBreakLevelNormal

See Also