| Interface | Description |
|---|---|
| ContentParser |
Interface that allows implementations to properly determine the length of the content.
|
| Class | Description |
|---|---|
| AnsiContentParser |
Content parser that ignores ANSI sequences for the sake of content length calculations.
|
| JCol |
Representation of a column.
|
| JRow |
Representation of a table row.
|
| JTable |
Representation of a table
|
| PlainContextParser |
Content parser that interprets Strings as-is
|