Package org.primefaces.component.export
Interface ExporterOptions
-
- All Known Implementing Classes:
CSVOptions,ExcelOptions,PDFOptions
public interface ExporterOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCellFontColor()StringgetCellFontSize()StringgetCellFontStyle()StringgetFacetBgColor()StringgetFacetFontColor()StringgetFacetFontSize()StringgetFacetFontStyle()StringgetFontName()
-
-
-
Method Detail
-
getFacetFontStyle
String getFacetFontStyle()
-
getFacetFontColor
String getFacetFontColor()
-
getFacetBgColor
String getFacetBgColor()
-
getFacetFontSize
String getFacetFontSize()
-
getCellFontStyle
String getCellFontStyle()
-
getCellFontColor
String getCellFontColor()
-
getCellFontSize
String getCellFontSize()
-
getFontName
String getFontName()
-
-