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

Presentation Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.