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.
SpaceDocumentUnit
Gets or sets the spacing between adjacent columns.