Uses of Class
org.apache.poi.hssf.usermodel.HSSFSimpleShape

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

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

Subclasses of HSSFSimpleShape in org.apache.poi.hssf.usermodel
 class HSSFComment
          Represents a cell comment - a sticky note associated with a cell.
 class HSSFPicture
          Represents a escher picture.
 class HSSFTextbox
          A textbox is a shape that may hold a rich text string.
 

Methods in org.apache.poi.hssf.usermodel that return HSSFSimpleShape
 HSSFSimpleShape HSSFShapeGroup.createShape(HSSFChildAnchor anchor)
          Create a new simple shape under this group.
 HSSFSimpleShape HSSFPatriarch.createSimpleShape(HSSFClientAnchor anchor)
          Creates a simple shape.
 



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