Table of Contents

Class Table

Namespace
Loehnert.Asciidoc
Assembly
Loehnert.Asciidoc.dll

Represents a table.

public class Table : Element
Inheritance
Table
Inherited Members
Extension Methods

Constructors

Table()

Initializes a new instance of the Table class.

public Table()

Properties

Cells

Gets the cells.

public CellCollection Cells { get; }

Property Value

CellCollection

Columns

Gets the columns.

public Dictionary<int, Column> Columns { get; }

Property Value

Dictionary<int, Column>

Methods

AddAsciidocTo(StringBuilder)

Converts the element to AsciiDoc.

public override void AddAsciidocTo(StringBuilder builder)

Parameters

builder StringBuilder

The AsciiDoc content is added to this.