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 BaseCommandcenter()A column of centered items.static BaseCommandcolSep()A columnseparator within a the body of table environmentstatic GenericCommandhline()Draw a horizontal line the width of the enclosing tabular or array environment.static BaseCommandleft()A column of left-aligned items.static BaseCommandlf()End of a row in a table environmentstatic 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 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
A column of left-aligned items. -
vLine
A vertical line the full height and depth of the environment.- Returns:
-
right
A column of right-aligned items. -
center
A column of centered items. -
colSep
A columnseparator within a the body of table environment -
lf
End of a row in a table environment -
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:
-