VDocs.NET
Back to DOM

DOM.Elements.PageColumns

Namespace: DOM.Elements

Represents the column configuration for a page or section.

describes how a page is divided into multiple columns: the number of columns, the spacing between them and whether a separator line should be drawn. Layout and rendering components should consult these values when flowing content into columns.

3 members

Properties

ColumnCount

Gets or sets the number of columns for the page.

DrawSeperatorLine

Gets or sets a value indicating whether a visual separator line should be drawn between columns.

Gets or sets the spacing between adjacent columns.

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