Uses of Interface
org.apache.poi.ss.usermodel.Picture

Packages that use Picture
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.usermodel   
 

Uses of Picture in org.apache.poi.hssf.usermodel
 

Classes in org.apache.poi.hssf.usermodel that implement Picture
 class HSSFPicture
          Represents a escher picture.
 

Uses of Picture in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return Picture
 Picture Drawing.createPicture(ClientAnchor anchor, int pictureIndex)
           
 

Uses of Picture in org.apache.poi.xssf.usermodel
 

Classes in org.apache.poi.xssf.usermodel that implement Picture
 class XSSFPicture
          Represents a picture shape in a SpreadsheetML drawing.
 



Copyright 2009 The Apache Software Foundation or its licensors, as applicable.