Back to DOM
DOM.Enums.LineCapValues
Namespace: DOM.Enums
Specifies the shape of the ends of a line.
3 members
Fields
Flat
The end of the line is flat.
Round
The end of the line is rounded.
Square
The end of the line is square.
Specifies the shape of the ends of a line.
3 members
The end of the line is flat.
The end of the line is rounded.
The end of the line is square.
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");