Table of Contents

Class ColumnsFormat

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

The column layout of a section (ECMA-376 Part 1 §17.6.4 w:cols).

public sealed class ColumnsFormat
Inheritance
ColumnsFormat
Inherited Members

Constructors

ColumnsFormat()

Properties

Count

Gets or sets the number of equal-width columns (w:num), or null.

EqualWidth

Gets or sets whether all columns have equal width (w:equalWidth), or null.

Items

Gets or sets the explicit column definitions used when widths are unequal, or null.

Separator

Gets or sets whether a vertical separator line is drawn between columns (w:sep), or null.

Space

Gets or sets the space between equal-width columns (w:space), or null.

Methods

Clone()

Creates a deep copy.