VDocs.NET
Back to DOM

DOM.Styles.RectBorder

Namespace: DOM.Styles

Represents a rectangular border composed of per-edge border styles.

groups fourinstances describing the visual appearance of the top, left, right and bottom edges of a rectangular area. Consumers (layout, rendering and serialization code) should consult each edge'sto determine color, thickness, spacing and pattern when drawing borders around pages, paragraphs, shapes or other framed elements.

4 members

Properties

Gets or sets the border style applied to the bottom edge.

Gets or sets the border style applied to the left edge.

Gets or sets the border style applied to the right edge.

Gets or sets the border style applied to the top edge.

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");

Sign In

Welcome back. Please sign in to your account.

Forgot password?
or
Create an account

By signing in, you agree to our Terms of Service and Privacy Policy.