VDocs.NET
Back to DOM

DOM.Styles.ParagraphBorders

Namespace: DOM.Styles

Represents border settings specific to paragraph elements.

extendswith paragraph-specific metadata. It is used to describe the visual borders applied around a paragraph and any special border that should appear between adjacent paragraphs (for example when paragraph-level borders are used to create separators or rules between blocks of text).

1 member

Properties

Gets or sets the border style applied between consecutive paragraphs.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Create Account

Create your VDocs account.

or

Already have an account? Sign in