| 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 | Field and Description | 
|---|---|
| private TextObjectRecord | TextboxShape. textObjectRecord | 
| Modifier and Type | Method and Description | 
|---|---|
| private TextObjectRecord | TextboxShape. createTextObjectRecord(HSSFTextbox hssfShape,
                      int shapeId)Textboxes also have an extra TXO record associated with them that most
 other shapes dont have. | 
| TextObjectRecord | TextboxShape. getTextObjectRecord() | 
| Modifier and Type | Field and Description | 
|---|---|
| private TextObjectRecord | HSSFComment. txo | 
| Constructor and Description | 
|---|
| HSSFComment(NoteRecord note,
           TextObjectRecord txo) | 
Copyright © 2015 Open Microscopy Environment