Presentation.NoLineBreakBefore property (PowerPoint)

Returns or sets the characters that cannot begin a line. Read/write.

Syntax

expression. NoLineBreakBefore

expression A variable that represents a Presentation object.

Return value

String

Example

This example sets "!", ")", and "]" as characters that cannot begin a line.

With ActivePresentation

    .FarEastLineBreakLevel = ppFarEastLineBreakLevelCustom

    .NoLineBreakBefore =  "!)]"

End With

See also

Presentation Object

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.