Class JRXlsMetadataExporter.CellSettings

  • Enclosing class:
    JRXlsMetadataExporter

    protected class JRXlsMetadataExporter.CellSettings
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CellSettings()  
      CellSettings​(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)  
      CellSettings​(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue)  
      CellSettings​(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue, java.lang.String formula)  
      CellSettings​(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue, java.lang.String formula, org.apache.poi.ss.usermodel.Hyperlink link)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.poi.hssf.usermodel.HSSFCellStyle getCellStyle()  
      org.apache.poi.ss.usermodel.CellType getCellType()  
      java.lang.Object getCellValue()  
      java.lang.String getFormula()  
      org.apache.poi.ss.usermodel.Hyperlink getLink()  
      void importValues​(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue)  
      void importValues​(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue, java.lang.String formula)  
      void importValues​(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue, java.lang.String formula, org.apache.poi.ss.usermodel.Hyperlink link)  
      void setCellStyle​(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)  
      void setCellType​(org.apache.poi.ss.usermodel.CellType cellType)  
      void setCellValue​(java.lang.Object cellValue)  
      void setFormula​(java.lang.String formula)  
      void setLink​(org.apache.poi.ss.usermodel.Hyperlink link)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CellSettings

        public CellSettings()
      • CellSettings

        public CellSettings​(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
      • CellSettings

        public CellSettings​(org.apache.poi.ss.usermodel.CellType cellType,
                            org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
                            java.lang.Object cellValue)
      • CellSettings

        public CellSettings​(org.apache.poi.ss.usermodel.CellType cellType,
                            org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
                            java.lang.Object cellValue,
                            java.lang.String formula)
      • CellSettings

        public CellSettings​(org.apache.poi.ss.usermodel.CellType cellType,
                            org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
                            java.lang.Object cellValue,
                            java.lang.String formula,
                            org.apache.poi.ss.usermodel.Hyperlink link)
    • Method Detail

      • getCellStyle

        public org.apache.poi.hssf.usermodel.HSSFCellStyle getCellStyle()
      • setCellStyle

        public void setCellStyle​(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
      • getCellType

        public org.apache.poi.ss.usermodel.CellType getCellType()
      • setCellType

        public void setCellType​(org.apache.poi.ss.usermodel.CellType cellType)
      • getCellValue

        public java.lang.Object getCellValue()
      • setCellValue

        public void setCellValue​(java.lang.Object cellValue)
      • getFormula

        public java.lang.String getFormula()
      • setFormula

        public void setFormula​(java.lang.String formula)
      • getLink

        public org.apache.poi.ss.usermodel.Hyperlink getLink()
      • setLink

        public void setLink​(org.apache.poi.ss.usermodel.Hyperlink link)
      • importValues

        public void importValues​(org.apache.poi.ss.usermodel.CellType cellType,
                                 org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
                                 java.lang.Object cellValue)
      • importValues

        public void importValues​(org.apache.poi.ss.usermodel.CellType cellType,
                                 org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
                                 java.lang.Object cellValue,
                                 java.lang.String formula)
      • importValues

        public void importValues​(org.apache.poi.ss.usermodel.CellType cellType,
                                 org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
                                 java.lang.Object cellValue,
                                 java.lang.String formula,
                                 org.apache.poi.ss.usermodel.Hyperlink link)