VDocs.NET
Back to DOM

DOM.Enums.RectangleAlignmentValues

Namespace: DOM.Enums

Defines the RectangleAlignmentValues enumeration.

10 members

Fields

Bottom

b. When the item is serialized out as xml, its value is "b".

BottomLeft

bl. When the item is serialized out as xml, its value is "bl".

BottomRight

br. When the item is serialized out as xml, its value is "br".

Center

ctr. When the item is serialized out as xml, its value is "ctr".

Left

l. When the item is serialized out as xml, its value is "l".

None

none. When the item is serialized out as xml, its value is "none".

Right

r. When the item is serialized out as xml, its value is "r".

Top

t. When the item is serialized out as xml, its value is "t".

TopLeft

tl. When the item is serialized out as xml, its value is "tl".

TopRight

tr. When the item is serialized out as xml, its value is "tr".

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