public interface SpreadsheetOutCtrl
Modifier and Type | Method and Description |
---|---|
void |
addMergeCell(SSheet sheet,
int left,
int top,
int right,
int bottom) |
void |
deleteMergeCell(SSheet sheet,
int left,
int top,
int right,
int bottom) |
void |
insertColumns(SSheet sheet,
int col,
int size) |
void |
insertRows(SSheet sheet,
int row,
int size) |
void |
removeColumns(SSheet sheet,
int col,
int size) |
void |
removeRows(SSheet sheet,
int row,
int size) |
void |
setColumnWidth(SSheet sheet,
int col,
int width,
int id,
boolean hidden) |
void |
setRowHeight(SSheet sheet,
int row,
int height,
int id,
boolean hidden,
boolean isCustom) |
void |
updateMergeCell(SSheet sheet,
int left,
int top,
int right,
int bottom,
int oleft,
int otop,
int oright,
int obottom) |
void insertColumns(SSheet sheet, int col, int size)
void insertRows(SSheet sheet, int row, int size)
void removeColumns(SSheet sheet, int col, int size)
void removeRows(SSheet sheet, int row, int size)
void updateMergeCell(SSheet sheet, int left, int top, int right, int bottom, int oleft, int otop, int oright, int obottom)
void deleteMergeCell(SSheet sheet, int left, int top, int right, int bottom)
void addMergeCell(SSheet sheet, int left, int top, int right, int bottom)
void setColumnWidth(SSheet sheet, int col, int width, int id, boolean hidden)
void setRowHeight(SSheet sheet, int row, int height, int id, boolean hidden, boolean isCustom)
Copyright © 2020. All rights reserved.