View Source IO.ANSI.Table.LineType (IO ANSI Table v1.0.34)

Defines the "line type" types. Also writes the line(s) of a given "line type".

Summary

Types

Non-row line types

Row line types

t()

Line types

Functions

Writes the line(s) of the given line type and table spec.

Types

@type non_row() :: :top | :header | :separator | :bottom

Non-row line types

@type row() :: :row | :even_row | :odd_row | :row_1 | :row_2 | :row_3

Row line types

@type t() :: non_row() | [row()]

Line types

Functions

@spec write_lines(t(), IO.ANSI.Table.Spec.t()) :: :ok

Writes the line(s) of the given line type and table spec.