Package org.primefaces.component.export
Class ExcelOptions
java.lang.Object
org.primefaces.component.export.ExcelOptions
- All Implemented Interfaces:
ExporterOptions
-
Constructor Summary
ConstructorsConstructorDescriptionExcelOptions(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) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetAutoSizeColumn(boolean autoSizeColumn) voidsetCellFontColor(String cellFontColor) voidsetCellFontSize(String cellFontSize) voidsetCellFontStyle(String cellFontStyle) voidsetCurrencyFormat(DecimalFormat currencyFormat) voidsetFacetBgColor(String facetBgColor) voidsetFacetFontColor(String facetFontColor) voidsetFacetFontSize(String facetFontSize) voidsetFacetFontStyle(String facetFontStyle) voidsetFontName(String fontName) voidsetNumberFormat(DecimalFormat numberFormat) voidsetStronglyTypedCells(boolean stronglyTypedCells)
-
Constructor Details
-
ExcelOptions
public ExcelOptions() -
ExcelOptions
-
ExcelOptions
-
ExcelOptions
-
-
Method Details
-
getFacetFontStyle
- Specified by:
getFacetFontStylein interfaceExporterOptions
-
setFacetFontStyle
-
getFacetFontColor
- Specified by:
getFacetFontColorin interfaceExporterOptions
-
setFacetFontColor
-
getFacetBgColor
- Specified by:
getFacetBgColorin interfaceExporterOptions
-
setFacetBgColor
-
getFacetFontSize
- Specified by:
getFacetFontSizein interfaceExporterOptions
-
setFacetFontSize
-
getCellFontStyle
- Specified by:
getCellFontStylein interfaceExporterOptions
-
setCellFontStyle
-
getCellFontColor
- Specified by:
getCellFontColorin interfaceExporterOptions
-
setCellFontColor
-
getCellFontSize
- Specified by:
getCellFontSizein interfaceExporterOptions
-
setCellFontSize
-
getFontName
- Specified by:
getFontNamein interfaceExporterOptions
-
setFontName
-
isAutoSizeColumn
public boolean isAutoSizeColumn() -
setAutoSizeColumn
public void setAutoSizeColumn(boolean autoSizeColumn) -
isStronglyTypedCells
public boolean isStronglyTypedCells() -
setStronglyTypedCells
public void setStronglyTypedCells(boolean stronglyTypedCells) -
getNumberFormat
-
setNumberFormat
-
getCurrencyFormat
-
setCurrencyFormat
-