类 org.jeecgframework.poi.excel.entity.enmus.CellValueType
的使用

使用 CellValueType 的软件包
org.jeecgframework.poi.excel.entity.enmus   
org.jeecgframework.poi.excel.entity.sax   
 

org.jeecgframework.poi.excel.entity.enmusCellValueType 的使用
 

返回 CellValueTypeorg.jeecgframework.poi.excel.entity.enmus 中的方法
static CellValueType CellValueType.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static CellValueType[] CellValueType.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

org.jeecgframework.poi.excel.entity.saxCellValueType 的使用
 

返回 CellValueTypeorg.jeecgframework.poi.excel.entity.sax 中的方法
 CellValueType SaxReadCellEntity.getCellType()
           
 

参数类型为 CellValueTypeorg.jeecgframework.poi.excel.entity.sax 中的方法
 void SaxReadCellEntity.setCellType(CellValueType cellType)
           
 

参数类型为 CellValueTypeorg.jeecgframework.poi.excel.entity.sax 中的构造方法
SaxReadCellEntity(CellValueType cellType, Object value)
           
 



Copyright © 2015. All Rights Reserved.