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 commentDategetDate()Gets the date the comment was made.Point2DgetOffset()Gets the offset of the comment on the page.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)Sets the date the comment was made.voidsetOffset(Point2D offset)Sets the offset of the comment on the page.voidsetText(String text)Set the text of this comment
-
-
-
Constructor Detail
-
HSLFComment
public HSLFComment(Comment2000 comment2000)
-
-
Method Detail
-
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
-
getDate
public Date getDate()
Description copied from interface:CommentGets the date the comment was made.
-
setDate
public void setDate(Date date)
Description copied from interface:CommentSets the date the comment was made.
-
getOffset
public Point2D getOffset()
Description copied from interface:CommentGets the offset of the comment on the page.
-
-