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 Comment2000
getDate()
Gets the date the comment was made.Gets the offset of the comment on the page.getText()
Get the text of this commentvoid
Set the Author of this commentvoid
setAuthorInitials
(String initials) Set the Author's Initials of this commentvoid
Sets the date the comment was made.void
Sets the offset of the comment on the page.void
Set 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:
getAuthorInitials
in interfaceComment
-
setAuthorInitials
Set the Author's Initials of this comment- Specified by:
setAuthorInitials
in interfaceComment
-
getText
Get the text of this comment -
setText
Set the text of this comment -
getDate
Description copied from interface:Comment
Gets the date the comment was made. -
setDate
Description copied from interface:Comment
Sets the date the comment was made. -
getOffset
Description copied from interface:Comment
Gets the offset of the comment on the page. -
setOffset
Description copied from interface:Comment
Sets the offset of the comment on the page.
-