类 Rows
- java.lang.Object
-
- com.deepoove.poi.data.Rows
-
public class Rows extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classRows.RowBuilder
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static RowRenderDatacreate(CellRenderData... cell)static RowRenderDatacreate(String... cell)static Rows.RowBuilderof()static Rows.RowBuilderof(CellRenderData... cell)static Rows.RowBuilderof(TextRenderData... cell)static Rows.RowBuilderof(String... cell)
-
-
-
方法详细资料
-
of
public static Rows.RowBuilder of()
-
of
public static Rows.RowBuilder of(CellRenderData... cell)
-
of
public static Rows.RowBuilder of(String... cell)
-
of
public static Rows.RowBuilder of(TextRenderData... cell)
-
create
public static RowRenderData create(String... cell)
-
create
public static RowRenderData create(CellRenderData... cell)
-
-