Table of Contents

Enum PlainTextTableStyle

Namespace
DocWright.Formats.Text
Assembly
DocWright.Formats.Text.dll

How a table is rendered into text.

public enum PlainTextTableStyle

Fields

TabSeparated = 0

Cells separated by a tab, one line per row. The default, because it is the form a spreadsheet and a database import both read back.

Aligned = 1

Cells padded with spaces to a common column width. Readable in a monospace font and unparseable by anything.

Paragraphs = 2

The table's text as ordinary paragraphs, one per cell, with no grid at all.

Drop = 3

The table is dropped and reported.