Class Table
java.lang.Object
ch.stegmaier.java2tex.commands.registry.environments.Table
Produce a table, a box consisting of a sequence of horizontal rows. Each row consists of items that are aligned vertically in columns.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ch.stegmaier.java2tex.core.BaseCommandcenter()A column of centered items.static ch.stegmaier.java2tex.core.BaseCommandcolSep()A columnseparator within a the body of table environmentstatic ch.stegmaier.java2tex.core.GenericCommandhline()Draw a horizontal line the width of the enclosing tabular or array environment.static ch.stegmaier.java2tex.core.BaseCommandleft()A column of left-aligned items.static ch.stegmaier.java2tex.core.BaseCommandlf()End of a row in a table environmentstatic ch.stegmaier.java2tex.core.BaseCommandright()A column of right-aligned items.static Rowrow()creates a simple row helper for the table or tabular environment with column separation and row endstatic Tabulartabular()tabular environmentstatic ch.stegmaier.java2tex.core.BaseCommandvLine()A vertical line the full height and depth of the environment.
-
Method Details
-
row
creates a simple row helper for the table or tabular environment with column separation and row end- See Also:
-
tabular
tabular environment- See Also:
-
left
public static ch.stegmaier.java2tex.core.BaseCommand left()A column of left-aligned items. -
vLine
public static ch.stegmaier.java2tex.core.BaseCommand vLine()A vertical line the full height and depth of the environment. -
right
public static ch.stegmaier.java2tex.core.BaseCommand right()A column of right-aligned items. -
center
public static ch.stegmaier.java2tex.core.BaseCommand center()A column of centered items. -
colSep
public static ch.stegmaier.java2tex.core.BaseCommand colSep()A columnseparator within a the body of table environment -
lf
public static ch.stegmaier.java2tex.core.BaseCommand lf()End of a row in a table environment -
hline
public static ch.stegmaier.java2tex.core.GenericCommand hline()Draw a horizontal line the width of the enclosing tabular or array environment. It’s most commonly used to draw a line at the top, bottom, and between the rows of a table.- See Also:
-