| Package | Description | 
|---|---|
| loci.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. | 
| loci.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | CommentShape. addStandardOptions(HSSFShape shape,
                  EscherOptRecord opt)Sets standard escher options for a comment. | 
| protected int | AbstractShape. addStandardOptions(HSSFShape shape,
                  EscherOptRecord opt)Add standard properties to the opt record. | 
| private ObjRecord | PictureShape. createObjRecord(HSSFShape hssfShape,
               int shapeId)Creates the low level OBJ record for this shape. | 
| private ObjRecord | PolygonShape. createObjRecord(HSSFShape hssfShape,
               int shapeId)Creates the low level OBJ record for this shape. | 
| private ObjRecord | SimpleFilledShape. createObjRecord(HSSFShape hssfShape,
               int shapeId)Creates the low level OBJ record for this shape. | 
| private ObjRecord | LineShape. createObjRecord(HSSFShape hssfShape,
               int shapeId)Creates the low level OBJ record for this shape. | 
| static AbstractShape | AbstractShape. createShape(HSSFShape hssfShape,
           int shapeId)Create a new shape object used to create the escher records. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HSSFCommentRepresents a cell comment - a sticky note associated with a cell. | 
| class  | HSSFPictureRepresents a escher picture. | 
| class  | HSSFPolygon | 
| class  | HSSFShapeGroupA shape group may contain other shapes. | 
| class  | HSSFSimpleShapeRepresents a simple shape such as a line, rectangle or oval. | 
| class  | HSSFTextboxA textbox is a shape that may hold a rich text string. | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) HSSFShape | HSSFShape. parent | 
| Modifier and Type | Method and Description | 
|---|---|
| HSSFShape | HSSFShape. getParent()Gets the parent shape. | 
| Constructor and Description | 
|---|
| HSSFComment(HSSFShape parent,
           HSSFAnchor anchor)Construct a new comment with the given parent and anchor. | 
| HSSFPicture(HSSFShape parent,
           HSSFAnchor anchor)Constructs a picture object. | 
| HSSFPolygon(HSSFShape parent,
           HSSFAnchor anchor) | 
| HSSFShape(HSSFShape parent,
         HSSFAnchor anchor)Create a new shape with the specified parent and anchor. | 
| HSSFShapeGroup(HSSFShape parent,
              HSSFAnchor anchor) | 
| HSSFSimpleShape(HSSFShape parent,
               HSSFAnchor anchor) | 
| HSSFTextbox(HSSFShape parent,
           HSSFAnchor anchor)Construct a new textbox with the given parent and anchor. | 
Copyright © 2015 Open Microscopy Environment