|
NAMEansitable-list-border-styles - List available border styles for Text::ANSITableVERSIONThis document describes version 0.608 of ansitable-list-border-styles (from Perl distribution Text-ANSITable), released on 2022-02-14.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 row separator is still drawn using dashes N N | | ASCII::SingleLine Single line border with ASCII characters N N | | ASCII::SingleLineDoubleAfterHeader Just like ASCII::SingleLine but uses double line to separate header row and first data row N N | | 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 N N | | dashes | | 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 Y N | | horizontal line | | Test::CustomChar A border style that uses a single custom character N N | | Test::Random A border style that uses random characters N N | | Text::ANSITable::OldCompat::Default::none No borders, but row separator is still drawn using dashes N N | | _ascii | | Text::ANSITable::OldCompat::Default::none No borders, but data row separator is still drawn using horizontal line Y N | | _boxchar | | Text::ANSITable::OldCompat::Default::sing Single line border with ASCII characters N N | | le_ascii | | Text::ANSITable::OldCompat::Default::sing Single line border with box-drawing characters Y N | | le_boxchar | | Text::ANSITable::OldCompat::Default::sing Single line border with ASCII characters, horizontal only N N | | leh_ascii | | Text::ANSITable::OldCompat::Default::sing Single line border with box-drawing characters, horizontal only Y N | | leh_boxchar | | Text::ANSITable::OldCompat::Default::sing Single line border with ASCII characters, between columns only N N | | lei_ascii | | Text::ANSITable::OldCompat::Default::sing Single line border with box-drawing characters, between columns only Y N | | lei_boxchar | | Text::ANSITable::OldCompat::Default::sing Single line border with ASCII characters, outer borders only N N | | leo_ascii | | Text::ANSITable::OldCompat::Default::sing Single line border with box-drawing characters, outer borders only Y N | | leo_boxchar | | Text::ANSITable::OldCompat::Default::sing Single line border with ASCII characters, vertical only N N | | lev_ascii | | Text::ANSITable::OldCompat::Default::sing Single line border with box-drawing characters, vertical only Y N | | lev_boxchar | | Text::ANSITable::OldCompat::Default::spac Space as borders, but data row separator is still drawn using dashes N N | | e_ascii | | Text::ANSITable::OldCompat::Default::spac Space as borders, but data row separator is still drawn using horizontal line Y N | | e_boxchar | | Text::ANSITable::OldCompat::Default::spac No borders, but columns are still separated using spaces and data row separator is still drawn using N N | | ei_ascii dashes | | Text::ANSITable::OldCompat::Default::spac No borders, but columns are still separated using spaces and data row separator is still drawn using Y N | | ei_boxchar horizontal line | | Test::Labeled A border style that uses labeled characters as described in specification, to show which character goes N Y | | where | | | | Text::ANSITable::OldCompat::Default::bold Bold single-line border with UTF8 characters N Y | | Text::ANSITable::OldCompat::Default::bric Single-line, bold on bottom right to give illusion of depth N Y | | k | | Text::ANSITable::OldCompat::Default::bric Single-line (outer only), bold on bottom right to give illusion of depth N Y | | ko | | Text::ANSITable::OldCompat::Default::csin Single-line border with UTF8 characters, curved edges N Y | | gle | | Text::ANSITable::OldCompat::Default::doub Double-line border with UTF8 characters N Y | | le | | Text::ANSITable::OldCompat::Default::none No borders, but data row separator is still drawn using horizontal line N Y | | _utf8 | | Text::ANSITable::OldCompat::Default::sing Single-line border with UTF8 characters N Y | | le_utf8 | | Text::ANSITable::OldCompat::Default::sing Single line border with box-drawing characters, horizontal only N Y | | leh_utf8 | | Text::ANSITable::OldCompat::Default::sing Single line border with UTF8 characters, between columns only N Y | | lei_utf8 | | Text::ANSITable::OldCompat::Default::sing Single line border with UTF8 characters, outer borders only N Y | | leo_utf8 | | Text::ANSITable::OldCompat::Default::sing Single line border with UTF8 characters, vertical only N Y | | lev_utf8 | | Text::ANSITable::OldCompat::Default::spac Space as borders, but data row separator is still drawn using horizontal line N Y | | e_utf8 | | Text::ANSITable::OldCompat::Default::spac No borders, but columns are still separated using spaces and data row separator is still drawn using N Y | | ei_utf8 horizontal line | | 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 N Y | | horizontal line | `-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------' HOMEPAGEPlease visit the project's homepage at <https://metacpan.org/release/Text-ANSITable>.SOURCESource repository is at <https://github.com/perlancar/perl-Text-ANSITable>.AUTHORperlancar <perlancar@cpan.org>CONTRIBUTINGTo contribute, you can send patches by email/via RT, or send pull requests on GitHub.Most of the time, you don't need to build the distribution yourself. You can simply modify the code, then test via: % prove -l If you want to build the distribution (e.g. to try to install it locally on your system), you can install Dist::Zilla, Dist::Zilla::PluginBundle::Author::PERLANCAR, and sometimes one or two other Dist::Zilla plugin and/or Pod::Weaver::Plugin. Any additional steps required beyond that are considered a bug and can be reported to me. COPYRIGHT AND LICENSEThis software is copyright (c) 2022, 2021, 2020, 2018, 2017, 2016, 2015, 2014, 2013 by perlancar <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. BUGSPlease report any bugs or feature requests on the bugtracker website <https://rt.cpan.org/Public/Dist/Display.html?Name=Text-ANSITable>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.
Visit the GSP FreeBSD Man Page Interface. |