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.
Value | Description |
---|---|
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
See also
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.