cn.mapway.document.helper.html.Cell Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-tools-doc Show documentation
Show all versions of api-tools-doc Show documentation
auto gen doc from api with ui
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;
}