Package org.apache.poi.hslf.usermodel
Class HSLFComment
- java.lang.Object
-
- org.apache.poi.hslf.usermodel.HSLFComment
-
-
Constructor Summary
Constructors Constructor Description HSLFComment(Comment2000 comment2000)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()Get the Author of this commentStringgetAuthorInitials()Get the Author's Initials of this commentprotected Comment2000getComment2000()DategetDate()Point2DgetOffset()StringgetText()Get the text of this commentvoidsetAuthor(String author)Set the Author of this commentvoidsetAuthorInitials(String initials)Set the Author's Initials of this commentvoidsetDate(Date date)voidsetOffset(Point2D offset)voidsetText(String text)Set the text of this comment
-
-
-
Constructor Detail
-
HSLFComment
public HSLFComment(Comment2000 comment2000)
-
-
Method Detail
-
getComment2000
protected Comment2000 getComment2000()
-
getAuthor
public String getAuthor()
Get the Author of this comment
-
setAuthor
public void setAuthor(String author)
Set the Author of this comment
-
getAuthorInitials
public String getAuthorInitials()
Get the Author's Initials of this comment- Specified by:
getAuthorInitialsin interfaceComment
-
setAuthorInitials
public void setAuthorInitials(String initials)
Set the Author's Initials of this comment- Specified by:
setAuthorInitialsin interfaceComment
-
getText
public String getText()
Get the text of this comment
-
setText
public void setText(String text)
Set the text of this comment
-
-