Uses of Interface
pro.verron.officestamper.api.Comment
Packages that use Comment
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of Comment in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return CommentModifier and TypeMethodDescriptionProcessorContext.comment()Returns the value of thecommentrecord component.AbstractCommentProcessor.getCurrentCommentWrapper()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) 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.Constructors in pro.verron.officestamper.api with parameters of type CommentModifierConstructorDescriptionProcessorContext(Paragraph paragraph, org.docx4j.wml.R run, Comment comment, Placeholder placeholder) Creates an instance of aProcessorContextrecord class. -
Uses of Comment in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset that return CommentModifier and TypeMethodDescriptionParagraphs.comment()Returns the value of thecommentrecord component.Constructors in pro.verron.officestamper.preset with parameters of type Comment