java.lang.Object
pro.verron.officestamper.core.StandardComment
org.wickedsource.docxstamper.util.CommentWrapper
- All Implemented Interfaces:
Comment
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.The CommentWrapper class is a subclass of StandardComment that represents a comment wrapper in a Word document. -
Method Summary
Methods inherited from class pro.verron.officestamper.core.StandardComment
getChildren, getComment, getCommentRangeEnd, getCommentRangeStart, getCommentReference, getDocument, getElements, getParent, getSubTemplate, setChildren, setComment, setCommentRangeEnd, setCommentRangeStart, setCommentReference, tryBuildingSubtemplateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pro.verron.officestamper.api.Comment
getRepeatElements
-
Constructor Details
-
CommentWrapper
public CommentWrapper()Deprecated, for removal: This API element is subject to removal in a future version.The CommentWrapper class is a subclass of StandardComment that represents a comment wrapper in a Word document. This class extends StandardComment and does not accommodate the feature needing direct document access.
-
StandardCommentclass andCommentinterface instead. This class will be moved to internals in the future releases of the module.