Returns or sets the characters that cannot end a line. Read/write String.
Example
This example sets "$", "(", "[", "\", and "{" as characters that cannot end a line.
With ActivePresentation
.FarEastLineBreakLevel = ppFarEastLineBreakLevelCustom
.NoLineBreakAfter = "$([\{"
End With