Compatibility.SuppressSpacingBeforeAfterPageBreak Property

Do Not Use Space Before On First Line After a Page Break.Represents the element tag in schema: w:suppressSpBfAfterPgBrk

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property SuppressSpacingBeforeAfterPageBreak As SuppressSpacingBeforeAfterPageBreak
    Get
    Set
'Usage
Dim instance As Compatibility
Dim value As SuppressSpacingBeforeAfterPageBreak

value = instance.SuppressSpacingBeforeAfterPageBreak

instance.SuppressSpacingBeforeAfterPageBreak = value
public SuppressSpacingBeforeAfterPageBreak SuppressSpacingBeforeAfterPageBreak { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak
Returns SuppressSpacingBeforeAfterPageBreak.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace