Class | Asciidoctor::Table::Cell |
In: |
lib/asciidoctor/table.rb
|
Parent: | AbstractNode |
parent | -> | column |
Public: An alias to the parent block (which is always a Column) |
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: Get the text with normal substitutions applied for this cell. Used for cells in the head rows