Share via


Presentation.FarEastLineBreakLevel Property (PowerPoint)

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.

ActivePresentation.FarEastLineBreakLevel = ppFarEastLineBreakLevelNormal

See Also

Concepts

Presentation Object Members

Presentation Object