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 commentvoidSet the Author of this comment.voidsetAuthorInitials(String initials) Set the Author's Initials of this comment.voidSets the date the comment was made.voidSets the offset of the comment on the page.voidSet the text of this comment
-
Method Details
-
getAuthor
Description copied from interface:CommentGet the Author of this comment -
setAuthor
Description copied from interface:CommentSet the Author of this comment. if the author wasn't registered before, create a new entry -
getAuthorInitials
Description copied from interface:CommentGet the Author's Initials of this comment- Specified by:
getAuthorInitialsin interfaceComment
-
setAuthorInitials
Description copied from interface:CommentSet the Author's Initials of this comment. if the author wasn't registered before viaComment.setAuthor(String)this has no effect- Specified by:
setAuthorInitialsin interfaceComment
-
getText
Description copied from interface:CommentGet the text of this comment -
setText
Description copied from interface:CommentSet 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.
-