All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.ahtutils.report.latex.table.TexTable Maven / Gradle / Ivy

package net.sf.ahtutils.report.latex.table;

public interface TexTable
{
	void addDataRow(String col[]);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy