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

Packages that use HSSFAnchor
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model  
 

Uses of HSSFAnchor in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model with parameters of type HSSFAnchor
static EscherRecord ConvertAnchor.createAnchor(HSSFAnchor userAnchor)
           
protected  EscherRecord AbstractShape.createAnchor(HSSFAnchor userAnchor)
          Creates an escher anchor record from a HSSFAnchor.
 

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

Subclasses of HSSFAnchor in org.apache.poi.hssf.usermodel
 class HSSFChildAnchor
           
 class HSSFClientAnchor
          A client anchor is attached to an excel worksheet.
 

Methods in org.apache.poi.hssf.usermodel that return HSSFAnchor
 HSSFAnchor HSSFShape.getAnchor()
           
 

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFAnchor
 void HSSFShape.setAnchor(HSSFAnchor anchor)
          Sets a particular anchor.
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type HSSFAnchor
HSSFTextbox(HSSFShape parent, HSSFAnchor anchor)
          Construct a new textbox with the given parent and anchor.
HSSFShapeGroup(HSSFShape parent, HSSFAnchor anchor)
           
 



Copyright © 2003 Apache Software Foundation.