|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.model.AbstractShape
org.apache.poi.hssf.model.TextboxShape
org.apache.poi.hssf.model.CommentShape
public final class CommentShape
Represents a cell comment.
This class converts highlevel model data from HSSFComment
to low-level records.
Constructor Summary | |
---|---|
CommentShape(HSSFComment hssfShape,
int shapeId)
Creates the low-level records for a comment. |
Method Summary | |
---|---|
NoteRecord |
getNoteRecord()
Return the NoteRecord holding the comment attributes |
Methods inherited from class org.apache.poi.hssf.model.TextboxShape |
---|
getEscherTextbox, getObjRecord, getSpContainer, getTextObjectRecord |
Methods inherited from class org.apache.poi.hssf.model.AbstractShape |
---|
createShape |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommentShape(HSSFComment hssfShape, int shapeId)
hssfShape
- The highlevel shape.shapeId
- The shape id to use for this shape.Method Detail |
---|
public NoteRecord getNoteRecord()
NoteRecord
holding the comment attributes
NoteRecord
holding the comment attributes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |