VDocs.NET
Back to DOM

DOM.Styles.BuiltInStyle

Namespace: DOM.Styles

Represents a single built-in or registered document style.

extendswith identification and behaviour metadata used to register and apply named styles in a document. Instances describe a style's identity (and), inheritance (), chaining (), and whether the style is considered the document default ().

6 members

Properties

BasedOn

Gets or sets the identifier of the style this style is based on (inherits from).

IsDefault

Gets or sets a value indicating whether this style is the document default.

Name

Gets or sets the human-readable display name for the style.

Next

Gets or sets the identifier of the style to apply to the next paragraph created after using this style.

StyleId

Gets or sets the unique identifier for this style.

Gets or sets the style category/type.

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");

Create Account

Create your VDocs account.

or

Already have an account? Sign in