Defines the StyleValues enumeration.
4 members
Character Style
Numbering Style.
Paragraph Style
Table Style.
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");
Create your VDocs account.
Already have an account? Sign in