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

javax0.jamal.poi.word.table.Table Maven / Gradle / Ivy

package javax0.jamal.poi.word.table;

import java.util.ArrayList;
import java.util.List;

public class Table {
    final private List rows = new ArrayList<>();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy