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");

Sign In

Welcome back. Please sign in to your account.

Forgot password?
or
Create an account

By signing in, you agree to our Terms of Service and Privacy Policy.