Interface Row
- 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.
A row like entity that can be represented by a single row in code LaTex.
-
Method Summary
Modifier and TypeMethodDescriptiontoLaTeXRow(List<ColumnDefinition> columns) Convert this row to LaTex code.
-
Method Details
-
toLaTeXRow
Convert this row to LaTex code.- Parameters:
columns- information about the columns in this row
-