Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.tivoli.maximo.export.ICellStyle

  • Packages that use ICellStyle 
    Package Description
    com.ibm.tivoli.maximo.export  
    com.ibm.tivoli.maximo.export.excel  
    • Uses of ICellStyle in com.ibm.tivoli.maximo.export

      Classes in com.ibm.tivoli.maximo.export that implement ICellStyle 
      Modifier and Type Class and Description
      class  ExportCellStyle
      Simple Style class implementation
      Methods in com.ibm.tivoli.maximo.export with parameters of type ICellStyle 
      Modifier and Type Method and Description
      void IExportWriter.emitCell(int cellPos, java.lang.Object val, int maxType, ICellStyle style, IExportContext context)
      Writes a cell's value to the output document
    • Uses of ICellStyle in com.ibm.tivoli.maximo.export.excel

      Methods in com.ibm.tivoli.maximo.export.excel with parameters of type ICellStyle 
      Modifier and Type Method and Description
      void ExcelExportWriter.emitCell(int cellPos, java.lang.Object val, int maxType, ICellStyle style, IExportContext context) 
      void CsvExportWriter.emitCell(int cellPos, java.lang.Object val, int maxType, ICellStyle style, IExportContext context)
      Formats values accordingly based on the type of object and encodes double quotes and wraps strings containing commas with quotes and then writes encoded string to the buffer.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes