Back to DOM
DOM.Enums.CompoundLineValues
Namespace: DOM.Enums
Specifies the type of compound line style.
5 members
Fields
Double
A double line.
Single
A single line.
ThickThin
A thick-thin line.
ThinThick
A thin-thick line.
Triple
A triple line.
Specifies the type of compound line style.
5 members
A double line.
A single line.
A thick-thin line.
A thin-thick line.
A triple line.
Create professional documents in .NET without the complexity of OpenXML or Word Interop.
var doc = new WordDocument();
doc.AddParagraph()
.AddText("Invoice")
.SetHeading(HeadingLevel.Title);
doc.Save("invoice.docx");