public class XssfSheetWrapper extends java.lang.Object implements POISheetAction
| 构造器和说明 |
|---|
XssfSheetWrapper(com.fr.third.v2.org.apache.poi.ss.usermodel.Sheet xssfSheet) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setColumnBreak(short column)
设置列分页点
|
void |
setHorizontallyCenter(boolean isHorizontalCenterOnPage)
设置水平对齐
|
void |
setMargin(short margin,
double size)
设置边距
|
void |
setRowBreak(int row)
设置行分页点
|
void |
setVerticallyCenter(boolean isVerticalCenterOnPage)
设置垂直对齐
|
public XssfSheetWrapper(com.fr.third.v2.org.apache.poi.ss.usermodel.Sheet xssfSheet)
public void setHorizontallyCenter(boolean isHorizontalCenterOnPage)
POISheetActionsetHorizontallyCenter 在接口中 POISheetActionisHorizontalCenterOnPage - 是否水平对齐public void setVerticallyCenter(boolean isVerticalCenterOnPage)
POISheetActionsetVerticallyCenter 在接口中 POISheetActionisVerticalCenterOnPage - 是否垂直对齐public void setMargin(short margin,
double size)
POISheetActionsetMargin 在接口中 POISheetActionmargin - 边距位置size - 边距大小public void setColumnBreak(short column)
POISheetActionsetColumnBreak 在接口中 POISheetActioncolumn - 当前列public void setRowBreak(int row)
POISheetActionsetRowBreak 在接口中 POISheetActionrow - 当前行