|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.model.Comment
public final class Comment
Constructor Summary | |
---|---|
Comment(Comment2000 comment2000)
|
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Get the Author of this comment |
java.lang.String |
getAuthorInitials()
Get the Author's Initials of this comment |
protected Comment2000 |
getComment2000()
|
java.lang.String |
getText()
Get the text of this comment |
void |
setAuthor(java.lang.String author)
Set the Author of this comment |
void |
setAuthorInitials(java.lang.String initials)
Set the Author's Initials of this comment |
void |
setText(java.lang.String text)
Set the text of this comment |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Comment(Comment2000 comment2000)
Method Detail |
---|
protected Comment2000 getComment2000()
public java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
public java.lang.String getAuthorInitials()
public void setAuthorInitials(java.lang.String initials)
public java.lang.String getText()
public void setText(java.lang.String text)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |