java.lang.Object
ch.stegmaier.java2tex.commands.registry.environments.Table

public class Table extends Object
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 Details

    • row

      public static Row row()
      creates a simple row helper for the table or tabular environment with column separation and row end
      See Also:
    • tabular

      public static Tabular tabular()
      tabular environment
      See Also:
    • left

      public static BaseCommand left()
      A column of left-aligned items.
    • vLine

      public static BaseCommand vLine()
      A vertical line the full height and depth of the environment.
      Returns:
    • right

      public static BaseCommand right()
      A column of right-aligned items.
    • center

      public static BaseCommand center()
      A column of centered items.
    • colSep

      public static BaseCommand colSep()
      A columnseparator within a the body of table environment
    • lf

      public static BaseCommand lf()
      End of a row in a table environment
    • hline

      public static 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: