| 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 NoteRecord |
CommentShape.note |
| Modifier and Type | Method and Description |
|---|---|
private NoteRecord |
CommentShape.createNoteRecord(HSSFComment shape,
int shapeId)
Creates the low level
NoteRecord
which holds the comment attributes. |
NoteRecord |
CommentShape.getNoteRecord()
Return the
NoteRecord holding the comment attributes |
| Modifier and Type | Field and Description |
|---|---|
private NoteRecord |
HSSFComment.note |
| Constructor and Description |
|---|
HSSFComment(NoteRecord note,
TextObjectRecord txo) |
Copyright © 2015 Open Microscopy Environment