TextTable

io.github.edadma.table.TextTable
See theTextTable companion object
class TextTable(border: Border, columnDividers: Boolean, headerBold: Boolean, headerLine: Boolean, headerUnderlined: Boolean, headerCentered: Boolean, matrix: Boolean, markdown: Boolean, tabbed: Boolean)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def alignment(col: Int, align: Alignment): Unit
def columnAlignment(col: Int, align: Alignment): Unit
def format(): Unit
def header(s: String*): Unit
def headerSeq(s: Seq[Any]): Unit
def line(): Unit
def noansi(): Unit
def rightAlignment(col: Int): Unit
def row(s: Any*): Unit
def rowSeq(s: Seq[Any]): Unit
def style(col: Int, style: String): Unit
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any