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

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

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

Subclasses of HSSFTextbox in org.apache.poi.hssf.usermodel
 class HSSFComment
          Represents a cell comment - a sticky note associated with a cell.
 

Methods in org.apache.poi.hssf.usermodel that return HSSFTextbox
 HSSFTextbox HSSFShapeGroup.createTextbox(HSSFChildAnchor anchor)
          Create a new textbox under this group.
 HSSFTextbox HSSFPatriarch.createTextbox(HSSFClientAnchor anchor)
          Constructs a textbox under the patriarch.
 



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