Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 942 Bytes

PowerPoint.Presentation.NoLineBreakBefore.md

File metadata and controls

52 lines (29 loc) · 942 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.NoLineBreakBefore property (PowerPoint)
vbapp10.chm583044
vbapp10.chm583044
PowerPoint.Presentation.NoLineBreakBefore
d7f7f559-cf20-ef3f-60aa-122dc28da203
06/08/2017
medium

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

[!includeSupport and feedback]