Class ExcelOptions

java.lang.Object
org.primefaces.component.export.ExcelOptions
All Implemented Interfaces:
ExporterOptions

public class ExcelOptions extends Object implements ExporterOptions
  • Constructor Details

    • ExcelOptions

      public ExcelOptions()
    • ExcelOptions

      public ExcelOptions(String facetFontStyle, String facetFontColor, String facetBgColor, String facetFontSize)
    • ExcelOptions

      public ExcelOptions(String cellFontStyle, String cellFontColor, String cellFontSize)
    • ExcelOptions

      public ExcelOptions(String facetFontStyle, String facetFontColor, String facetBgColor, String facetFontSize, String cellFontStyle, String cellFontColor, String cellFontSize)
  • Method Details

    • getFacetFontStyle

      public String getFacetFontStyle()
      Specified by:
      getFacetFontStyle in interface ExporterOptions
    • setFacetFontStyle

      public void setFacetFontStyle(String facetFontStyle)
    • getFacetFontColor

      public String getFacetFontColor()
      Specified by:
      getFacetFontColor in interface ExporterOptions
    • setFacetFontColor

      public void setFacetFontColor(String facetFontColor)
    • getFacetBgColor

      public String getFacetBgColor()
      Specified by:
      getFacetBgColor in interface ExporterOptions
    • setFacetBgColor

      public void setFacetBgColor(String facetBgColor)
    • getFacetFontSize

      public String getFacetFontSize()
      Specified by:
      getFacetFontSize in interface ExporterOptions
    • setFacetFontSize

      public void setFacetFontSize(String facetFontSize)
    • getCellFontStyle

      public String getCellFontStyle()
      Specified by:
      getCellFontStyle in interface ExporterOptions
    • setCellFontStyle

      public void setCellFontStyle(String cellFontStyle)
    • getCellFontColor

      public String getCellFontColor()
      Specified by:
      getCellFontColor in interface ExporterOptions
    • setCellFontColor

      public void setCellFontColor(String cellFontColor)
    • getCellFontSize

      public String getCellFontSize()
      Specified by:
      getCellFontSize in interface ExporterOptions
    • setCellFontSize

      public void setCellFontSize(String cellFontSize)
    • getFontName

      public String getFontName()
      Specified by:
      getFontName in interface ExporterOptions
    • setFontName

      public void setFontName(String fontName)
    • isAutoSizeColumn

      public boolean isAutoSizeColumn()
    • setAutoSizeColumn

      public void setAutoSizeColumn(boolean autoSizeColumn)
    • isStronglyTypedCells

      public boolean isStronglyTypedCells()
    • setStronglyTypedCells

      public void setStronglyTypedCells(boolean stronglyTypedCells)
    • getNumberFormat

      public DecimalFormat getNumberFormat()
    • setNumberFormat

      public void setNumberFormat(DecimalFormat numberFormat)
    • getCurrencyFormat

      public DecimalFormat getCurrencyFormat()
    • setCurrencyFormat

      public void setCurrencyFormat(DecimalFormat currencyFormat)