public class ExportParams extends ExcelBaseParams
| 构造器和说明 |
|---|
ExportParams() |
ExportParams(String title,
String sheetName) |
ExportParams(String title,
String sheetName,
ExcelType type) |
ExportParams(String title,
String secondTitle,
String sheetName) |
| 限定符和类型 | 方法和说明 |
|---|---|
short |
getColor() |
String[] |
getExclusions() |
int |
getFreezeCol() |
short |
getHeaderColor() |
String |
getImageBasePath() |
String |
getIndexName() |
String |
getSecondTitle() |
short |
getSecondTitleHeight() |
String |
getSheetName() |
Class<?> |
getStyle() |
String |
getTitle() |
short |
getTitleHeight() |
ExcelType |
getType() |
boolean |
isAddIndex() |
boolean |
isCreateHeadRows() |
void |
setAddIndex(boolean addIndex) |
void |
setColor(short color) |
void |
setCreateHeadRows(boolean isCreateHeadRows) |
void |
setExclusions(String[] exclusions) |
void |
setFreezeCol(int freezeCol) |
void |
setHeaderColor(short headerColor) |
void |
setImageBasePath(String imageBasePath) |
void |
setIndexName(String indexName) |
void |
setSecondTitle(String secondTitle) |
void |
setSecondTitleHeight(short secondTitleHeight) |
void |
setSheetName(String sheetName) |
void |
setStyle(Class<?> style) |
void |
setTitle(String title) |
void |
setTitleHeight(short titleHeight) |
void |
setType(ExcelType type) |
getDataHanlder, setDataHanlderpublic short getColor()
public String[] getExclusions()
public short getHeaderColor()
public String getSecondTitle()
public short getSecondTitleHeight()
public String getSheetName()
public String getTitle()
public short getTitleHeight()
public boolean isAddIndex()
public void setAddIndex(boolean addIndex)
public void setColor(short color)
public void setExclusions(String[] exclusions)
public void setHeaderColor(short headerColor)
public void setSecondTitle(String secondTitle)
public void setSecondTitleHeight(short secondTitleHeight)
public void setSheetName(String sheetName)
public void setTitle(String title)
public void setTitleHeight(short titleHeight)
public ExcelType getType()
public void setType(ExcelType type)
public String getIndexName()
public void setIndexName(String indexName)
public Class<?> getStyle()
public void setStyle(Class<?> style)
public int getFreezeCol()
public void setFreezeCol(int freezeCol)
public boolean isCreateHeadRows()
public void setCreateHeadRows(boolean isCreateHeadRows)
public String getImageBasePath()
public void setImageBasePath(String imageBasePath)
Copyright © 2021. All rights reserved.