Uses of Class
org.wickedsource.docxstamper.util.CommentWrapper
Packages that use CommentWrapper
Package
Description
-
Uses of CommentWrapper in org.wickedsource.docxstamper.api.commentprocessor
Methods in org.wickedsource.docxstamper.api.commentprocessor with parameters of type CommentWrapperModifier and TypeMethodDescriptionvoidICommentProcessor.setCurrentCommentWrapper(CommentWrapper commentWrapper) Passes the comment range wrapper that is currently being processed (i.e. -
Uses of CommentWrapper in org.wickedsource.docxstamper.processor
Methods in org.wickedsource.docxstamper.processor that return CommentWrapperModifier and TypeMethodDescriptionBaseCommentProcessor.getCurrentCommentWrapper()Getter for the fieldcurrentCommentWrapper.Methods in org.wickedsource.docxstamper.processor with parameters of type CommentWrapperModifier and TypeMethodDescriptionvoidBaseCommentProcessor.setCurrentCommentWrapper(CommentWrapper currentCommentWrapper) Passes the comment range wrapper that is currently being processed (i.e. -
Uses of CommentWrapper in org.wickedsource.docxstamper.util
Methods in org.wickedsource.docxstamper.util that return types with arguments of type CommentWrapperModifier and TypeMethodDescriptionCommentWrapper.getChildren()Getter for the fieldchildren.static Map<BigInteger, CommentWrapper> CommentUtil.getComments(org.docx4j.openpackaging.packages.WordprocessingMLPackage document) Extracts all comments from the given document.Methods in org.wickedsource.docxstamper.util with parameters of type CommentWrapperModifier and TypeMethodDescriptionstatic voidCommentUtil.deleteComment(CommentWrapper comment) Returns the string value of the specified comment object.