API Reference
Select an API or type in the left navigation tree to view details.
Select an API or type in the left navigation tree to view details.
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");