Package com.poiji.bind.mapping
Class PoijiLogCellFormat.InternalCellFormat
- java.lang.Object
-
- com.poiji.bind.mapping.PoijiLogCellFormat.InternalCellFormat
-
- Enclosing class:
- PoijiLogCellFormat
public static final class PoijiLogCellFormat.InternalCellFormat extends Object
-
-
Constructor Summary
Constructors Constructor Description InternalCellFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.poi.ss.util.CellAddressgetCellAddress()StringgetCellStypeStr()StringgetCellType()shortgetFormatIndex()StringgetFormatString()voidsetCellType(String cellType)StringtoString()
-
-
-
Method Detail
-
getCellAddress
public org.apache.poi.ss.util.CellAddress getCellAddress()
-
getCellStypeStr
public String getCellStypeStr()
-
getFormatIndex
public short getFormatIndex()
-
getFormatString
public String getFormatString()
-
getCellType
public String getCellType()
-
setCellType
public void setCellType(String cellType)
-
-