All Known Implementing Classes:
ContentRow, DummyRow, HLine
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Row
A row like entity that can be represented by a single row in code LaTex.
  • Method Summary

    Modifier and Type
    Method
    Description
    Convert this row to LaTex code.
  • Method Details

    • toLaTeXRow

      String toLaTeXRow(List<ColumnDefinition> columns)
      Convert this row to LaTex code.
      Parameters:
      columns - information about the columns in this row