Package org.apache.poi.hslf.usermodel
Class HSLFComment
java.lang.Object
org.apache.poi.hslf.usermodel.HSLFComment
- All Implemented Interfaces:
Comment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Author of this commentGet the Author's Initials of this commentprotected Comment2000getDate()Gets the date the comment was made.Gets the offset of the comment on the page.getText()Get the text of this commentvoidSet the Author of this commentvoidsetAuthorInitials(String initials) Set the Author's Initials of this commentvoidSets the date the comment was made.voidSets the offset of the comment on the page.voidSet the text of this comment
-
Constructor Details
-
HSLFComment
-
-
Method Details
-
getComment2000
-
getAuthor
Get the Author of this comment -
setAuthor
Set the Author of this comment -
getAuthorInitials
Get the Author's Initials of this comment- Specified by:
getAuthorInitialsin interfaceComment
-
setAuthorInitials
Set the Author's Initials of this comment- Specified by:
setAuthorInitialsin interfaceComment
-
getText
Get the text of this comment -
setText
Set the text of this comment -
getDate
Description copied from interface:CommentGets the date the comment was made. -
setDate
Description copied from interface:CommentSets the date the comment was made. -
getOffset
Description copied from interface:CommentGets the offset of the comment on the page. -
setOffset
Description copied from interface:CommentSets the offset of the comment on the page.
-