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

cn.mapway.document.helper.html.Cell Maven / Gradle / Ivy

The newest version!
package cn.mapway.document.helper.html;

public class Cell {
    public int colspan = 1;
    public int rowspan = 1;
    public Object obj;
    public String text = null;
    public String css;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy