ParagraphFormat.FarEastLineBreakControl Property (PowerPoint)
Returns or sets the line break control option if you have an Asian language setting specified. Read/write.
Syntax
expression .FarEastLineBreakControl
expression A variable that represents a ParagraphFormat object.
Return Value
MsoTriState
Remarks
The value of the FarEastLineBreakControl property can be one of these MsoTriState constants.
msoFalse |
The line break control option is not selected. |
msoTrue |
The line break control option is selected. |
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