VDocs.NET
Back to DOM

DOM.Styles.DocumentStyles

Namespace: DOM.Styles

Container for all document-level style collections and theme references.

centralizes style-related data used by a document: the document's default styles, the registry of built-in (named) styles, and the available themes. Rendering, editing and serialization code should consult this object to apply consistent styling across newly created or existing elements.

3 members

Properties

DocumentBuiltInStylesIBuiltInStyle

Gets or sets the collection of named built-in styles available in the document.

DocumentDefualtStylesIDocumentDefualtStyles

Gets or sets the document default style set.

ThemesITheme

Gets or sets the collection of themes available to the document.

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.