Uses of Class
com.extentech.ExtenXLS.FormatHandle

Packages that use FormatHandle
com.extentech.ExtenXLS The ExtenXLS package contains the primary classes for working with spreadsheets. 
com.extentech.ExtenXLS.web The ExtenXLS.web package contains ExtenXLS Spreadsheet classes enhanced with web and database persistence capabilities. 
 

Uses of FormatHandle in com.extentech.ExtenXLS
 

Methods in com.extentech.ExtenXLS that return FormatHandle
 FormatHandle FormatCache.get(FormatHandle fmx)
          Deprecated.  
 FormatHandle[] WorkBookWritableParser.getConditionalFormats()
           
 FormatHandle[] WorkBookParser.getConditionalFormats()
           
 FormatHandle[] WorkBookHandle.getConditionalFormats()
          Returns an array of all Conditional Formats in the workbook these are formats referenced and used by the conditionally formatted ranges in the workbook.
 FormatHandle[] CellHandle.getConditionallyFormattedHandles()
          returns an array of FormatHandles for the Cell that have the current conditional format applied to them.
 FormatHandle TransientRowHandle.getFormatHandle()
           
 FormatHandle SimpleCellValue.getFormatHandle()
           
 FormatHandle RowHandle.getFormatHandle()
          Gets the FormatHandle for this Row.
 FormatHandle ColHandle.getFormatHandle()
          returns the FormatHandle (a Format Object describing visual properties) for this Column
NOTE: The Column format record describes the default formatting for each cell contained within the column
 FormatHandle CellHandle.getFormatHandle()
          Gets the FormatHandle (a Format Object describing the formats for this Cell) for this Cell.
 FormatHandle[] WorkBookWritableParser.getFormats()
           
 FormatHandle[] WorkBookParser.getFormats()
           
 FormatHandle[] WorkBookHandle.getFormats()
          Returns an array of all FormatHandles in the workbook
 FormatHandle[] WorkBook.getFormats()
          Deprecated. Returns an Array of all the FormatHandles present in the workbook
 FormatHandle FormatHandle.pack()
          Deprecated.  
 

Methods in com.extentech.ExtenXLS with parameters of type FormatHandle
 FormatHandle FormatCache.get(FormatHandle fmx)
          Deprecated.  
 void SimpleCellValue.setFormatHandle(FormatHandle formatHandle)
           
 void CellHandle.setFormatHandle(FormatHandle f)
          Sets the FormatHandle (a Format Object describing the formats for this Cell) for this Cell
 

Uses of FormatHandle in com.extentech.ExtenXLS.web
 

Methods in com.extentech.ExtenXLS.web that return FormatHandle
 FormatHandle[] MemeWorkBook.getConditionalFormats()
           
 FormatHandle[] WebDoc.getFormats()
          May 16, 2010
 FormatHandle[] MemeWorkBook.getFormats()
           
 



Copyright © 2011 Extentech Inc. All Rights Reserved.