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

Public: Methods for managing the a cell in an AsciiDoc table.

Methods

content   new   text   to_s  

External Aliases

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

Attributes

colspan  [RW]  Public: An Integer of the number of columns this cell will span (default: nil)
inner_document  [R]  Public: The internal Asciidoctor::Document for a cell that has the asciidoc style
rowspan  [RW]  Public: An Integer of the number of rows this cell will span (default: nil)

Public Class methods

Public Instance methods

Public: Handles the body data (tbody, tfoot), applying styles and partitioning into paragraphs

Public: Get the text with normal substitutions applied for this cell. Used for cells in the head rows

[Validate]