Uses of Class
com.extentech.ExtenXLS.ImageHandle

Packages that use ImageHandle
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 ImageHandle in com.extentech.ExtenXLS
 

Methods in com.extentech.ExtenXLS that return ImageHandle
 ImageHandle WorkSheetHandle.getImage(java.lang.String name)
          Get a handle to all of the images in this worksheet
 ImageHandle WorkBookWritableParser.getImage(java.lang.String imagename)
           
 ImageHandle WorkBookParser.getImage(java.lang.String imagename)
           
 ImageHandle WorkBookHandle.getImage(java.lang.String imagename)
          Returns an ImageHandle for manipulating images in the WorkBook
 ImageHandle[] WorkSheetHandle.getImages()
          Get a handle to all of the images in this worksheet
 ImageHandle[] WorkBookWritableParser.getImages()
           
 ImageHandle[] WorkBookParser.getImages()
           
 ImageHandle[] WorkBookHandle.getImages()
          Returns all ImageHandles in the workbook
 

Methods in com.extentech.ExtenXLS with parameters of type ImageHandle
static java.lang.String ExtenXLS.getJSON(ImageHandle ih)
          Get a JSON representation of an Image
 void WorkSheetHandle.insertImage(ImageHandle im)
          insert an image into this worksheet
 void ImageHandle.position(ImageHandle im)
          set ImageHandle position based on another
 void WorkSheetHandle.removeImage(ImageHandle img)
          removes an Image from the Spreadsheet Jan 22, 2010
 

Uses of ImageHandle in com.extentech.ExtenXLS.web
 

Methods in com.extentech.ExtenXLS.web that return ImageHandle
 ImageHandle MemeWorkBook.getImage(java.lang.String imagename)
           
 ImageHandle[] MemeWorkBook.getImages()
           
 



Copyright © 2011 Extentech Inc. All Rights Reserved.