|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 | |
---|---|
protected int |
addStandardOptions(HSSFShape shape,
EscherOptRecord opt)
Sets standard escher options for a comment. |
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 |
---|
createAnchor, createShape |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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 |
---|
protected int addStandardOptions(HSSFShape shape, EscherOptRecord opt)
addStandardOptions
in class AbstractShape
shape
- The highlevel shape.opt
- The escher records holding the proerties
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 |