ParagraphBorders.BarBorder Property

Paragraph Border Between Facing Pages.Represents the element tag in schema: w:bar

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

Syntax

'Declaration
Public Property BarBorder As BarBorder
    Get
    Set
'Usage
Dim instance As ParagraphBorders
Dim value As BarBorder

value = instance.BarBorder

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.BarBorder
Returns BarBorder.

See Also

Reference

ParagraphBorders Class

ParagraphBorders Members

DocumentFormat.OpenXml.Wordprocessing Namespace