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. the start and end of comment that in the .docx template. -
Uses of CommentWrapper in org.wickedsource.docxstamper.processor
Methods in org.wickedsource.docxstamper.processor that return CommentWrapperMethods in org.wickedsource.docxstamper.processor with parameters of type CommentWrapperModifier and TypeMethodDescriptionvoidBaseCommentProcessor.setCurrentCommentWrapper(CommentWrapper currentCommentWrapper) -
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()static Map<BigInteger,CommentWrapper> CommentUtil.getComments(org.docx4j.openpackaging.packages.WordprocessingMLPackage document) Methods in org.wickedsource.docxstamper.util with parameters of type CommentWrapper