class

Asciidoctor::Table::Column

Inherits Asciidoctor::AbstractNode < Asciidoctor::Logging < Reference < Object

Methods to manage the columns of an AsciiDoc table.

Constructors

new(table : Table, index : Int32, attributes : Hash(String, String | Int32) = {} of String => String | Int32)
Source

Instance methods

assign_width(col_pcwidth : Float64 | Nil, width_base : Float64 | Nil, precision : Int32) : Float64

Calculate and assign the widths for this column.

Source
block?
Source
document
Source
inline?
Source
style

The style for this column.

Source
style=(style : String | Nil)

The style for this column.

Source
table

The parent table.

Source