Package org.apache.poi.xslf.usermodel
Class XSLFComment
java.lang.Object
org.apache.poi.xslf.usermodel.XSLFComment
- All Implemented Interfaces:
Comment
XSLF Comment
- Since:
- POI 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the Author of this commentGet the Author's Initials of this commentgetDate()
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 comment.void
setAuthorInitials
(String initials) Set the Author's Initials of this comment.void
Sets the date the comment was made.void
Sets the offset of the comment on the page.void
Set the text of this comment
-
Method Details
-
getAuthor
Description copied from interface:Comment
Get the Author of this comment -
setAuthor
Description copied from interface:Comment
Set the Author of this comment. if the author wasn't registered before, create a new entry -
getAuthorInitials
Description copied from interface:Comment
Get the Author's Initials of this comment- Specified by:
getAuthorInitials
in interfaceComment
-
setAuthorInitials
Description copied from interface:Comment
Set the Author's Initials of this comment. if the author wasn't registered before viaComment.setAuthor(String)
this has no effect- Specified by:
setAuthorInitials
in interfaceComment
-
getText
Description copied from interface:Comment
Get the text of this comment -
setText
Description copied from interface:Comment
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.
-