类 Cells
- java.lang.Object
-
- com.deepoove.poi.data.Cells
-
public class Cells extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classCells.CellBuilder
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static CellRenderDatacreate(String text)static Cells.CellBuilderof()static Cells.CellBuilderof(PictureRenderData picture)static Cells.CellBuilderof(TextRenderData text)static Cells.CellBuilderof(String text)
-
-
-
方法详细资料
-
of
public static Cells.CellBuilder of()
-
of
public static Cells.CellBuilder of(String text)
-
of
public static Cells.CellBuilder of(PictureRenderData picture)
-
of
public static Cells.CellBuilder of(TextRenderData text)
-
create
public static CellRenderData create(String text)
-
-