Class Asciidoctor::Table::Column
In: lib/asciidoctor/table.rb
Parent: AbstractNode

Public: Methods to manage the columns of an AsciiDoc table. In particular, it keeps track of the column specs

Methods

assign_width   new  

External Aliases

parent -> table
  Public: An alias to the parent block (which is always a Table)

Attributes

style  [RW]  Public: Get/Set the Symbol style for this column.

Public Class methods

Public Instance methods

Internal: Calculate and assign the widths (percentage and absolute) for this column

This method assigns the colpcwidth and colabswidth attributes.

returns the resolved colpcwidth value

[Validate]