Back to DOM
DOM.Enums.Direction
Namespace: DOM.Enums
Represents the options for elements direction in the context
2 members
Fields
LeftToRight
Element flows from left to right.
RightToLeft
Element flows from right to left.
Represents the options for elements direction in the context
2 members
Element flows from left to right.
Element flows from right to left.
Create professional documents in .NET without the complexity of OpenXML or Word Interop.
var doc = new WordDocument();
doc.AddParagraph()
.AddText("Invoice")
.SetHeading(HeadingLevel.Title);
doc.Save("invoice.docx");