IO.ANSI.Table.Config (IO ANSI Table v0.4.32) View Source

Gets table properties.

Link to this section Summary

Link to this section Functions

Specs

align_specs() :: [IO.ANSI.Table.Column.align_spec()]

Specs

align_specs(any()) :: [IO.ANSI.Table.Column.align_spec()]

Specs

bell() :: boolean()

Specs

bell(any()) :: boolean()

Specs

count() :: integer()

Specs

count(any()) :: integer()

Specs

header_fixes() :: map()

Specs

header_fixes(any()) :: map()

Specs

headers() :: [any()]

Specs

headers(any()) :: [any()]

Specs

margins() :: Keyword.t()

Specs

margins(any()) :: Keyword.t()

Specs

max_width() :: IO.ANSI.Table.Column.width()

Specs

max_width(any()) :: IO.ANSI.Table.Column.width()

Specs

sort_specs() :: [IO.ANSI.Table.Column.sort_spec()]

Specs

sort_specs(any()) :: [IO.ANSI.Table.Column.sort_spec()]

Specs

sort_symbols() :: Keyword.t()

Specs

sort_symbols(any()) :: Keyword.t()

Specs

style() :: IO.ANSI.Table.Style.t()

Specs

style(any()) :: IO.ANSI.Table.Style.t()