类 DefaultSheetWriter.CellMergeInstance
- java.lang.Object
-
- net.sinodawn.framework.io.excel.impl.DefaultSheetWriter.CellMergeInstance
-
- 封闭类:
- DefaultSheetWriter
public static class DefaultSheetWriter.CellMergeInstance extends Object
-
-
构造器概要
构造器 构造器 说明 CellMergeInstance(String property, List<String> comparisionPropertyList, int startRowIndex, int columnIndex)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetColumnIndex()List<String>getComparisionPropertyList()List<Object>getComparisionValueList()StringgetProperty()intgetStartRowIndex()voidsetColumnIndex(int columnIndex)voidsetComparisionPropertyList(List<String> comparisionPropertyList)voidsetComparisionValueList(List<Object> comparisionValueList)voidsetProperty(String property)voidsetStartRowIndex(int startRowIndex)
-
-
-
方法详细资料
-
getStartRowIndex
public int getStartRowIndex()
-
setStartRowIndex
public void setStartRowIndex(int startRowIndex)
-
getColumnIndex
public int getColumnIndex()
-
setColumnIndex
public void setColumnIndex(int columnIndex)
-
getProperty
public String getProperty()
-
setProperty
public void setProperty(String property)
-
setComparisionPropertyList
public void setComparisionPropertyList(List<String> comparisionPropertyList)
-
-