com.alibaba.excel.metadata.property
类 LoopMergeProperty
- java.lang.Object
-
- com.alibaba.excel.metadata.property.LoopMergeProperty
public class LoopMergeProperty extends Object
Configuration from annotations- 作者:
- Jiaju Zhuang
-
构造器概要
构造器 构造器和说明 LoopMergeProperty(int eachRow, int columnExtend)
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 static LoopMergeProperty
build(ContentLoopMerge contentLoopMerge)
int
getColumnExtend()
int
getEachRow()
void
setColumnExtend(int columnExtend)
void
setEachRow(int eachRow)
-
方法详细资料
build
public static LoopMergeProperty build(ContentLoopMerge contentLoopMerge)
getEachRow
public int getEachRow()
setEachRow
public void setEachRow(int eachRow)
getColumnExtend
public int getColumnExtend()
setColumnExtend
public void setColumnExtend(int columnExtend)
Copyright © 2018–2021 Alibaba Group. All rights reserved.