Uses of Interface
pro.verron.officestamper.api.Comment
Packages that use Comment
Package
Description
This package provides the core functionality for docxstamper.
-
Uses of Comment in org.wickedsource.docxstamper.util
Classes in org.wickedsource.docxstamper.util that implement CommentModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 1.6.8, This class has been deprecated in the effort of the library modularization. -
Uses of Comment in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return CommentModifier and TypeMethodDescriptionAbstractCommentProcessor.getCurrentCommentWrapper()Getter for the fieldcurrentCommentWrapper.Methods in pro.verron.officestamper.api that return types with arguments of type CommentMethods in pro.verron.officestamper.api with parameters of type CommentModifier and TypeMethodDescriptionvoidAbstractCommentProcessor.setCurrentCommentWrapper(Comment currentComment) Passes the comment range wrapper that is currently being processed (i.e., the start and end of comment that in the .docx template).voidCommentProcessor.setCurrentCommentWrapper(Comment comment) Passes the comment range wrapper that is currently being processed (i.e., the start and end of comment that in the .docx template).Method parameters in pro.verron.officestamper.api with type arguments of type CommentModifier and TypeMethodDescriptionvoidComment.setChildren(Set<Comment> comments) Sets the children of the comment. -
Uses of Comment in pro.verron.officestamper.core
Classes in pro.verron.officestamper.core that implement CommentMethods in pro.verron.officestamper.core that return types with arguments of type CommentModifier and TypeMethodDescriptionStandardComment.getChildren()Getter for the fieldchildren.static Map<BigInteger, Comment> CommentUtil.getComments(org.docx4j.openpackaging.packages.WordprocessingMLPackage document) Extracts all comments from the given document.Methods in pro.verron.officestamper.core with parameters of type CommentModifier and TypeMethodDescriptionstatic org.docx4j.openpackaging.packages.WordprocessingMLPackageCommentUtil.createSubWordDocument(Comment comment) Creates a sub Word document by extracting a specified comment and its associated content from the original document.static voidCommentUtil.deleteComment(Comment comment) Returns the string value of the specified comment object.Method parameters in pro.verron.officestamper.core with type arguments of type Comment