FarEastLineBreakControl Property

Microsoft PowerPoint Visual Basic

Returns or sets the line break control option if you have an Asian language setting specified True if the line break control option is selected. Read/write MsoTriState.

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
msoTrue

Example

This example selects the line break option for the text in shape one on the first slide of the active presentation.

ActivePresentation.Slides(1).Shapes(1).TextFrame _
    .TextRange.ParagraphFormat.FarEastLineBreakControl = msoTrue