Table of Contents

Class Column

Namespace
Loehnert.Asciidoc
Assembly
Loehnert.Asciidoc.dll

Represents a column of a table.

public class Column
Inheritance
Column
Inherited Members

Constructors

Column()

Initializes a new instance of the Column class.

public Column()

Column(Element)

Initializes a new instance of the Column class.

public Column(Element header)

Parameters

header Element

Header of the column.

Properties

Default

Gets the default column.

public static Column Default { get; }

Property Value

Column

Header

Gets or sets the header content.

public Element Header { get; set; }

Property Value

Element

Width

Gets or sets the with of the column.

public double? Width { get; set; }

Property Value

double?