Interface ExporterOptions

All Superinterfaces:
Serializable
All Known Implementing Classes:
CSVOptions, ExcelOptions, PDFOptions

public interface ExporterOptions extends Serializable
  • Method Details

    • getFacetFontStyle

      String getFacetFontStyle()
    • getFacetFontColor

      String getFacetFontColor()
    • getFacetBgColor

      String getFacetBgColor()
    • getFacetFontSize

      String getFacetFontSize()
    • getCellFontStyle

      String getCellFontStyle()
    • getCellFontColor

      String getCellFontColor()
    • getCellFontSize

      String getCellFontSize()
    • getFontName

      String getFontName()