VDocs.NET
Back to DOM

DOM.Elements.DocumentHeader

Namespace: DOM.Elements

Concrete implementation of a document header part.

inherits common header/footer behavior from and implements. It serves as the concrete container for header content (paragraphs, images, shapes, tables, text, paths) and exposes layout properties such as borders and height constraints via the base class. Use this class to populate header content for pages or sections. Layout and serialization logic should read properties defined on(for example,,and) when rendering or exporting the header.

0 members

No members discovered for this 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