Compatibility.DoNotSuppressParagraphBorders Property

Do Not Suppress Paragraph Borders Next To Frames.Represents the element tag in schema: w:doNotSuppressParagraphBorders

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

Syntax

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

value = instance.DoNotSuppressParagraphBorders

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders
Returns DoNotSuppressParagraphBorders.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace