Presentation.NoLineBreakAfter property (PowerPoint)
Returns or sets the characters that cannot end a line. Read/write.
expression. NoLineBreakAfter
expression A variable that represents a Presentation object.
String
This example sets "$", "(", "[", "", and "{" as characters that cannot end a line.
With ActivePresentation
.FarEastLineBreakLevel = ppFarEastLineBreakLevelCustom
.NoLineBreakAfter = "$([\{"
End With
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.