NAME

ansitable-list-border-styles - List available border styles for Text::ANSITable

VERSION

This document describes version 0.602 of ansitable-list-border-styles (from Perl distribution Text-ANSITable), released on 2021-02-19.

SYNOPSIS

% ansitable-list-border-styles

Sample output:

Tip: you can run me with border style name as argument to try it out.
.-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
| Name                                Summary                                                                                                              box_chars?   utf8? |
|                                                                                                                                                                             |
| ASCII::None                         No borders, but data row separator is still drawn using dashes                                                           N          N   |
| ASCII::SingleLine                   Single line border with ASCII characters                                                                                 N          N   |
| ASCII::SingleLineDoubleAfterHeade   Just like ASCII::SingleLine but uses double line to separate header row and first data row                               N          N   |
| r                                                                                                                                                                           |
| ASCII::SingleLineHorizontalOnly     Single line border with ASCII characters, horizontal only                                                                N          N   |
| ASCII::SingleLineInnerOnly          Single line border with ASCII characters, between columns only                                                           N          N   |
| ASCII::SingleLineOuterOnly (*)      Single line border with ASCII characters, outer borders only                                                             N          N   |
| ASCII::SingleLineVerticalOnly       Single line border with ASCII characters, vertical only                                                                  N          N   |
| ASCII::Space                        Space as borders, but data row separator is still drawn using dashes                                                     N          N   |
| ASCII::SpaceInnerOnly               No borders, but columns are still separated using spaces and data row separator is still drawn using dashes              N          N   |
| BoxChar::None                       No borders, but data row separator is still drawn using horizontal line                                                  Y          N   |
| BoxChar::SingleLine                 Single line border with box-drawing characters                                                                           Y          N   |
| BoxChar::SingleLineHorizontalOnly   Single line border with box-drawing characters, horizontal only                                                          Y          N   |
| BoxChar::SingleLineInnerOnly        Single line border with box-drawing characters, between columns only                                                     Y          N   |
| BoxChar::SingleLineOuterOnly        Single line border with box-drawing characters, outer borders only                                                       Y          N   |
| BoxChar::SingleLineVerticalOnly     Single line border with box-drawing characters, vertical only                                                            Y          N   |
| BoxChar::Space                      Space as borders, but data row separator is still drawn using horizontal line                                            Y          N   |
| BoxChar::SpaceInnerOnly             No borders, but columns are still separated using spaces and data row separator is still drawn using horizontal          Y          N   |
|                                     line                                                                                                                                    |
| Test::CustomChar                    A border style that uses a single custom character                                                                       N          N   |
| Test::Labeled                       A border style that uses labeled characters as described in specification, to show which character goes where            N          Y   |
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| UTF8::Brick                         Single-line, bold on bottom right to give illusion of depth                                                              N          Y   |
| UTF8::BrickOuterOnly                Single-line (outer only), bold on bottom right to give illusion of depth                                                 N          Y   |
| UTF8::DoubleLine                    Double-line border with UTF8 characters                                                                                  N          Y   |
| UTF8::None                          No borders, but data row separator is still drawn using horizontal line                                                  N          Y   |
| UTF8::SingleLine                    Single-line border with UTF8 characters                                                                                  N          Y   |
| UTF8::SingleLineBold                Bold single-line border with UTF8 characters                                                                             N          Y   |
| UTF8::SingleLineBoldHeader          Single-line border (header box bold) with UTF8 characters                                                                N          Y   |
| UTF8::SingleLineCurved              Single-line border with UTF8 characters, curved edges                                                                    N          Y   |
| UTF8::SingleLineDoubleAfterHeader   Just like UTF8::SingleLine but uses double line to separate header row and first data row                                N          Y   |
| UTF8::SingleLineHorizontalOnly      Single line border with box-drawing characters, horizontal only                                                          N          Y   |
| UTF8::SingleLineInnerOnly           Single line border with UTF8 characters, between columns only                                                            N          Y   |
| UTF8::SingleLineOuterOnly           Single line border with UTF8 characters, outer borders only                                                              N          Y   |
| UTF8::SingleLineVerticalOnly        Single line border with UTF8 characters, vertical only                                                                   N          Y   |
| UTF8::Space                         Space as borders, but data row separator is still drawn using horizontal line                                            N          Y   |
| UTF8::SpaceInnerOnly                No borders, but columns are still separated using spaces and data row separator is still drawn using horizontal          N          Y   |
|                                     line                                                                                                                                    |
`-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------'

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Text-ANSITable.

SOURCE

Source repository is at https://github.com/perlancar/perl-Text-ANSITable.

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/perlancar/perl-Text-ANSITable/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021, 2020, 2018, 2017, 2016, 2015, 2014, 2013 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.