Asciidoctor::Table
Inherits Asciidoctor::AbstractBlock < Asciidoctor::Substitutors < Asciidoctor::AbstractNode < Asciidoctor::Logging < Reference < Object
Methods and constants for managing AsciiDoc table content in a document.
Constants
DEFAULT_PRECISION = 4
Precision of column widths.
Constructors
Instance methods
assign_column_widths(width_base : Float64 | Nil = nil, autowidth_cols : Array(Column) | Nil = nil) : Nil
Assign column widths based on the width base and autowidth columns.
Creates the Column objects from the column spec.
document
Sourcehas_header_option=(has_header_option : Bool)
Boolean specifying whether this table has a header row.
header_row?
Returns the current state of the header option if the row being processed is the header row, otherwise false.