VDocs.NET
Back to DOM

DOM.Enums.VerticalAlignment

Namespace: DOM.Enums

The possible vertical alignment options for text and other elements.

3 members

Fields

Bottom

The text or element will be aligned to the bottom of its container.

Middle

The text or element will be vertically centered within its container.

Top

The text or element will be aligned to the top of its container.

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