public class ExcelOptions extends Object implements ExporterOptions
Constructor and Description |
---|
ExcelOptions() |
ExcelOptions(String cellFontStyle,
String cellFontColor,
String cellFontSize) |
ExcelOptions(String facetFontStyle,
String facetFontColor,
String facetBgColor,
String facetFontSize) |
ExcelOptions(String facetFontStyle,
String facetFontColor,
String facetBgColor,
String facetFontSize,
String cellFontStyle,
String cellFontColor,
String cellFontSize) |
Modifier and Type | Method and Description |
---|---|
String |
getCellFontColor() |
String |
getCellFontSize() |
String |
getCellFontStyle() |
String |
getFacetBgColor() |
String |
getFacetFontColor() |
String |
getFacetFontSize() |
String |
getFacetFontStyle() |
String |
getFontName() |
boolean |
isAutoSizeColumn() |
void |
setAutoSizeColumn(boolean autoSizeColumn) |
void |
setCellFontColor(String cellFontColor) |
void |
setCellFontSize(String cellFontSize) |
void |
setCellFontStyle(String cellFontStyle) |
void |
setFacetBgColor(String facetBgColor) |
void |
setFacetFontColor(String facetFontColor) |
void |
setFacetFontSize(String facetFontSize) |
void |
setFacetFontStyle(String facetFontStyle) |
void |
setFontName(String fontName) |
public ExcelOptions()
public ExcelOptions(String facetFontStyle, String facetFontColor, String facetBgColor, String facetFontSize)
public String getFacetFontStyle()
getFacetFontStyle
in interface ExporterOptions
public void setFacetFontStyle(String facetFontStyle)
public String getFacetFontColor()
getFacetFontColor
in interface ExporterOptions
public void setFacetFontColor(String facetFontColor)
public String getFacetBgColor()
getFacetBgColor
in interface ExporterOptions
public void setFacetBgColor(String facetBgColor)
public String getFacetFontSize()
getFacetFontSize
in interface ExporterOptions
public void setFacetFontSize(String facetFontSize)
public String getCellFontStyle()
getCellFontStyle
in interface ExporterOptions
public void setCellFontStyle(String cellFontStyle)
public String getCellFontColor()
getCellFontColor
in interface ExporterOptions
public void setCellFontColor(String cellFontColor)
public String getCellFontSize()
getCellFontSize
in interface ExporterOptions
public void setCellFontSize(String cellFontSize)
public String getFontName()
getFontName
in interface ExporterOptions
public void setFontName(String fontName)
public boolean isAutoSizeColumn()
public void setAutoSizeColumn(boolean autoSizeColumn)
Copyright © 2020. All rights reserved.